CPDFViewerGetViewForTag Method |
Get the layer object with the specified Tag
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic BaseLayer GetViewForTag(
int Tag
)
Parameters
- Tag
- Type: SystemInt32
The tag of the position to be obtained
Return Value
Type:
BaseLayer
Current layer, if not found, return null
See Also