Returns the size (in inches) of the specified document page.
Namespace:DevExpress.XtraPdfViewer
Assembly:DevExpress.XtraPdfViewer.v18.2.dll

Syntax
C# |
public SizeF GetPageSize(
int pageNumber
)
|
VB |
Public Function GetPageSize(
ByVal pageNumber As Integer
) As SizeF
|
Parameters
-
pageNumber
-
Type: Int32
An integer value, specifying the document page index.
Return value
Type: SizeF
A System.Drawing.SizeF structure, specifying the page width and height in inches.

See Also