Searches for the specified Layer in the LayerCollection.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
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.