A collection of layer objects.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0
Syntax
| C# |
|---|
public class LayerCollection : ICloneable, IEnumerable<Layer>, IEnumerable |
| Visual Basic |
|---|
Public Class LayerCollection _ Implements ICloneable, IEnumerable(Of Layer), _ IEnumerable |
Remarks
This collection is read-only, and can be obtained via the document.Layers getter.