Gets the canvas of this XObject.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCanvas Canvas { get; }
VB
Public ReadOnly Property Canvas As PdfCanvas
Get
Property Value
Type:
PdfCanvasThe canvas of this XObject.
See Also