Click or drag to resize

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)
Syntax
C#
public bool RemoveViewOfIndex(
	int index
)

Parameters

index
Type: SystemInt32
The position to be removed.

Return Value

Type: Boolean
Successful removal returns true, otherwise false.
See Also