Click or drag to resize

CPDFViewerGetView Method

Get the layer object at the specified position

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public BaseLayer GetView(
	int index
)

Parameters

index
Type: SystemInt32
Position index to be obtained.

Return Value

Type: BaseLayer
Specified position, if not found, return null.
See Also