Click or drag to resize

CPDFViewerGetPageNodeByPageIndex Method

Get the original data information of the specified index of the PDF document

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public PageViewData GetPageNodeByPageIndex(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index

Return Value

Type: PageViewData
PageViewData
See Also