(PDF 1.5) Gets or sets the layer to which this widget belongs.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfLayerBase Layer { get; set; }
VB
Public Property Layer As PdfLayerBase
Get
Set
Property Value
Type:
PdfLayerBase
The layer to which this widget belongs or
null if this widget does not belong
to any layer.
See Also