Gets the collection of the page's layers.

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# 
[ObsoleteAttribute("This property may be removed in the future, please use PdfDocument.Layers method instead.")]
public PdfPageLayerCollection PageLayers { get; }
<ObsoleteAttribute("This property may be removed in the future, please use PdfDocument.Layers method instead.")> 
Public ReadOnly Property PageLayers As PdfPageLayerCollection
	Get
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use PdfDocument.Layers method instead.")]
property PdfPageLayerCollection^ PageLayers {
	PdfPageLayerCollection^ get ();
}
[<ObsoleteAttribute("This property may be removed in the future, please use PdfDocument.Layers method instead.")>]
member PageLayers : PdfPageLayerCollection with get

Property Value

PdfPageLayerCollection

See Also