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

PdfViewer.GetPageSize(Int32) Method

Returns the size (in inches) of the specified document page.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public SizeF GetPageSize(
    int pageNumber
)

Parameters

Name Type Description
pageNumber Int32

An integer value, specifying the document page index.

Returns

Type Description
SizeF

A SizeF structure, specifying the page width and height in inches.

See Also