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

NativeFormatOptions.ShowOptionsBeforeSave Property

Gets or sets a value which indicates whether a Native Format Options window should be shown when an end-user saves a document from the Print Preview.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowOptionsBeforeSave { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show the Native Format Options window; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowOptionsBeforeSave
Cross-Platform Class Library ExportOptions
.NativeFormat.ShowOptionsBeforeSave
WPF Controls ExportOptionsContainer
.NativeFormat.ShowOptionsBeforeSave

Remarks

Use the ShowOptionsBeforeSave property to specify whether the Native Format Options window should be shown for an end-user before a document is exported. For instance, you may manually specify all native format options via the ExportOptions.NativeFormat property of the PrintingSystemBase.ExportOptions object, and set the ShowOptionsBeforeSave property to false, so that an end-user can’t change these settings.

See Also