ImageExportOptions Constructors
Contains options which define how a document is exported to an image.Name | Parameters | Description |
---|---|---|
ImageExportOptions() | none | Initializes a new instance of the ImageExportOptions class with the default settings. |
ImageExportOptions(DXImageFormat) | format | Initializes a new instance of the ImageExportOptions class with the specified image format. |
See Also