Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfQueryPageSettingsEventArgs.PageSize Property

Gets the size of the current page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public SizeF PageSize { get; }

Property Value

Type Description
SizeF

A SizeF value.

See Also