PrintOptions.AvailablePageMargins Property
Gets available page margins.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<PageMarginInfo> | A collection of PageMarginInfo objects that store information about page margins. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AvailablePageMargins |
|---|---|
| BackstagePrintPreview |
|
See Also