Click or drag to resize

CPDFViewerInsertView Method

Insert a new layer at the specified position

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void InsertView(
	int index,
	BaseLayer draw
)

Parameters

index
Type: SystemInt32
The target position index to be inserted
draw
Type: ComPDFKitViewer.LayerBaseLayer
The new lay er to be inserted
See Also