Click or drag to resize

CPDFViewerGetCurrentRenderPageForIndex Method

Get the page data corresponding to the specified page index

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public RenderData GetCurrentRenderPageForIndex(
	int pageindex
)

Parameters

pageindex
Type: SystemInt32
Page index

Return Value

Type: RenderData
If it does not exist, it is null
See Also