[]
Gets the rectangle representing the specified page, relative to PreviewScrollPosition. The rectangle is in document coordinates (i.e. does not depend on the current zoom factor).
public RectangleF GetPagePreviewRect(int pageIdx)
Public Function GetPagePreviewRect(pageIdx As Integer) As RectangleF
| Type | Name | Description |
|---|---|---|
| int | pageIdx | 0-based page index. |
| Type | Description |
|---|---|
| RectangleF | RectangleF structure representing the specified page. |