CPDFViewerRemoveViewOfIndex Method |
Remove the specified position of the layer.
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic bool RemoveViewOfIndex(
int index
)
Parameters
- index
- Type: SystemInt32
The position to be removed.
Return Value
Type:
BooleanSuccessful removal returns true, otherwise false.
See Also