Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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 PrintingSystemBase
.ExportOptions .NativeFormat
Reporting XtraReport
.ExportOptions .NativeFormat
DocumentOperationRequest
.ExportOptions .NativeFormat
See Also