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

PrintOptions.AvailablePageMargins Property

Gets available page margins.

Namespace: DevExpress.Xpf.Printing

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

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