ImageExportOptions(DXImageFormat) Constructor
Initializes a new instance of the ImageExportOptions class with the specified image format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| format | DXImageFormat | An ImageFormat object. This value is assigned to the ImageExportOptions.Format property. |
See Also