PdfDocument
Layers Property
|
Optional content properties
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayerCollection Layers { get; }
Public ReadOnly Property Layers As PdfLayerCollection
Get
public:
property PdfLayerCollection^ Layers {
PdfLayerCollection^ get ();
}
member Layers : PdfLayerCollection with get
Property Value
Type:
PdfLayerCollection
See Also