CPDFViewerRemoveView Method |
Remove the specified layer.
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic bool RemoveView(
BaseLayer draw
)
Parameters
- draw
- Type: ComPDFKitViewer.LayerBaseLayer
The layer object to be removed.
Return Value
Type:
BooleanSuccessful removal returns true, otherwise false.
See Also