Gets the document associated with the context.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public Document Document { get; }
VB
Public ReadOnly Property Document As Document
Get
Property Value
Type:
DocumentThe document.
See Also