Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfLayerBase Layer { get; }
VB
Public ReadOnly Property Layer As PdfLayerBase
Get
Property Value
Type:
PdfLayerBase
The layer this
PdfPageObject is drawn on; or
null if this
object is drawn directly on canvas.
See Also