[]
Gets RectangleF representing the area of the specified page that is currently visible in the current C1PreviewPane. The rectangle is in document (i.e. independent of the current zoom factor) coordinates, and is relative to the specified page's left top corner.
public RectangleF GetPageVisibleArea(int pageIdx)
Type | Name | Description |
---|---|---|
int | pageIdx | 0-based page index. |
Type | Description |
---|---|
RectangleF | Rectangle representing the currently visible area of the specified page. |