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

BrickGraphics.ClientPageSize Property

Returns the dimensions of a report page without margins.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public SizeF ClientPageSize { get; }

Property Value

Type Description
SizeF

Page dimensions without margins.

Remarks

This property returns the dimensions of a page without margins. The dimensions are returned in units defined via the BrickGraphics.PageUnit property.

See Also