Skip to main content

Document.CanChangePageSettings Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool CanChangePageSettings { get; set; }

Property Value

Type Description
Boolean

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

See Also