[]
Gets the size of a page specified by the page index. The size is in document coordinates (i.e. does not depend on the current zoom factor).
public SizeF GetPageSize(int pageIdx)
Public Function GetPageSize(pageIdx As Integer) As SizeF
| Type | Name | Description |
|---|---|---|
| int | pageIdx | 0-based page index. |
| Type | Description |
|---|---|
| SizeF | SizeF structure representing the specified page size. |