Property Layer
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Layer
(PDF 1.5) Gets or sets the layer to which this widget belongs.
public PdfLayerBase? Layer { get; set; }
Property Value
- PdfLayerBase
The layer to which this widget belongs or
null
if this widget does not belong to any layer.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.