A collection of layer objects.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.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.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF..::..LayerCollection

See Also