Skip to main content
A newer version of this page is available. .

ExportOptions.NativeFormat Property

Provides access to the object, which contains settings for saving the PrintingSystem document in native format.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public NativeFormatOptions NativeFormat { get; }

Property Value

Type Description
NativeFormatOptions

A NativeFormatOptions class instance, containing native format save settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to NativeFormat
Cross-Platform Class Library RemotePrintingSystem
.ExportOptions .NativeFormat
PrintingSystemBase
.ExportOptions .NativeFormat
WinForms Controls PrintingSystem
.ExportOptions .NativeFormat
XtraSchedulerReport
.ExportOptions .NativeFormat
WPF Controls PrintingSystem
.ExportOptions .NativeFormat
Reporting XtraReport
.ExportOptions .NativeFormat
DocumentOperationRequest
.ExportOptions .NativeFormat
See Also