Searches for the specified Layer in the LayerCollection.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public int IndexOf( Layer layer ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ layer As Layer _ ) As Integer |
Parameters
- layer
- Type: TallComponents.PDF..::..Layer
The Layer to locate in the LayerCollection.