Optional content properties

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLayerCollection Layers { get; }
Public ReadOnly Property Layers As PdfLayerCollection
	Get
public:
property PdfLayerCollection^ Layers {
	PdfLayerCollection^ get ();
}
member Layers : PdfLayerCollection with get

Property Value

PdfLayerCollection

See Also