[]
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)
| Type | Name | Description |
|---|---|---|
| int | pageIdx | 0-based page index. |
| Type | Description |
|---|---|
| SizeF | SizeF structure representing the specified page size. |