GetImageStream

IImageExportStrategy.GetImageStream method

Gets a stream for writing the exported image.

public Stream GetImageStream(ImageExportContext context)
Parameter Type Description
context ImageExportContext The image export context containing information about the image being processed.

Return Value

A stream where the image data should be written.

See Also