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

Document.CanChangePageSettings Property

Specifies whether or not the document’s page settings can be changed.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public bool CanChangePageSettings { get; set; }

Property Value

Type Description
Boolean

true, if page settings can be changed; otherwise, false.

See Also