Gets the collection of layers (also known as optional content groups) in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfLayer> Layers { get; }
VB
Public ReadOnly Property Layers As PdfCollection(Of PdfLayer)
Get
Property Value
Type:
PdfCollection<
PdfLayer>
The collection layers (also known as optional content groups) in this document.
See Also