[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.GetPageVisibleArea

GetPageVisibleArea Method

GetPageVisibleArea(int)

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.

Declaration
public RectangleF GetPageVisibleArea(int pageIdx)
Parameters
Type Name Description
int pageIdx

0-based page index.

Returns
Type Description
RectangleF

Rectangle representing the currently visible area of the specified page.

See Also