Click or drag to resize

PDFViewCtrlGetVisiblePages Method

Gets the pages that are currently visible on the screen

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IVector<int> GetVisiblePages()

Return Value

Type: IVectorInt32
An array of pages visible on the screen
See Also