Back to Devexpress

DocumentPreviewControl.ShowPageMargins Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-91396572.md

latest1.2 KB
Original Source

DocumentPreviewControl.ShowPageMargins Property

Specifies whether a to display the lines indicating a document’s margins in Print Preview. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool ShowPageMargins { get; set; }
vb
Public Property ShowPageMargins As Boolean

Property Value

TypeDescription
Boolean

true , to display a document’s margins; otherwise, false.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace