XtraPageSettingsBase.UsablePageSize Property
In This Article
Gets the width and height (in hundredths of an inch) of the page region that can contain data.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Size |
The width and height (in hundredths of an inch) of the page region that can contain data. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Usable |
---|---|---|
Cross-Platform Class Library | Printing |
|
WPF Controls | IDocument |
|
#Remarks
The page region is determined by page margins.
See Also