Method Insert
Namespace TallComponents.PDF
Class LayerCollection
Inserts a new layer to this collection.
Syntax
public
Void
Insert(
Int32
index
,
Layer
layer
)
Returns
Void
Parameters
Int32
index
The zero-based index this layer get in this collection.
Layer
layer
The layer to add.