GetImageStream

ExportImagesToFileSystemStrategy.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.

Remarks

If the images folder does not exist, it will be created automatically. The image will be saved with the filename specified in the context.

See Also