A collection of layer objects.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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.