ImageExportContext class

ImageExportContext class

Contains read-only information about a single image encountered during conversion, and is passed to IImageExportStrategy.get_image_stream(ImageExportContext).

The ImageExportContext type exposes the following members:

Properties

Property Description
image_file_name The image file name (without directory path).

See Also