Skip to main content

PrintOptions.AvailablePageMargins Property

Gets available page margins.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IEnumerable<PageMarginInfo> AvailablePageMargins { get; }

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
.PrintOptions .AvailablePageMargins
See Also