Skip to main content

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
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:

Object Type Path to ShowOptionsBeforeSave
ExportOptions
.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