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 Function GetPageVisibleArea( _
ByVal As System.Integer _
) As System.Drawing.RectangleF
public System.Drawing.RectangleF GetPageVisibleArea(
System.int
)
Parameters
- pageIdx
- 0-based page index.
Return Value
Rectangle representing the currently visible area of the specified page.