PageLayers Property
Gets or sets layers collection.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public List<Layer> Layers { get; set; }

Property Value

Type: ListLayer
The layers collection.
See Also