ImageExportContext

ImageExportContext class

Contains read-only information about a single image encountered during conversion. Passed to GetImageStream.

public class ImageExportContext

Properties

Name Description
ImageFileName { get; } Gets the image file name (without directory path). The default value is generated by the library in the format img-001.png.

See Also