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)
Syntaxpublic BaseLayer GetView(
int index
)
Parameters
- index
- Type: SystemInt32
Position index to be obtained.
Return Value
Type:
BaseLayerSpecified position, if not found, return null.
See Also