A collection of layer objects.
Namespace: TallComponents.PDF.RasterizerAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.91.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.