LayoutContext.Document Property

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: Document
The document.

See Also