ImageStream

MarkdownImageSavingArgs.ImageStream property

Destination stream the converter will write the image bytes into after this callback returns. Replace it with your own writable stream (e.g. a FileStream for disk persistence or a MemoryStream you intend to read afterwards).

public Stream ImageStream { get; set; }

See Also