ImageExportOptions.ExportMode Property
Specifies whether document pages are exported to a single or multiple images.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(ImageExportMode.SingleFile)]
[XtraSerializableProperty]
public ImageExportMode ExportMode { get; set; }
<DefaultValue(ImageExportMode.SingleFile)>
<XtraSerializableProperty>
Public Property ExportMode As ImageExportMode
Property Value
Type | Default | Description |
---|---|---|
ImageExportMode | SingleFile |
An ImageExportMode enumeration value. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ExportMode |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
DocumentOperationRequest |
|
Remarks
The following image export modes are available:
Export Mode | Description |
---|---|
Exports the document to a single image without indicating the borders of individual pages. The document's page headers and footers, and the top and bottom margins are repeated only once - at the beginning and end of the resulting image. When this export mode is used, the ImageExportOptions.PageRange property is ignored. | |
The document is exported to a single image with borders drawn around each page. The document's page headers and footers, and top and bottom margins appear on every page. The border settings are specified by the ImageExportOptions.PageBorderWidth and ImageExportOptions.PageBorderColor properties. | |
Exports each document page to a separate image (with the image file name indicating the page number). The document's page headers and footers, and the top and bottom margins are repeated only once - at the beginning and end of the resulting image. |