GetImageStream

CustomImagesStrategy.GetImageStream method

Gets a stream for writing the exported image to the file system.

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 for writing the image data to the file system.

See Also