LayoutComponentContent.Content Property

Gets the content generated by the dynamic component.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutElement Content { get; }
VB
Public ReadOnly Property Content As LayoutElement
	Get

Property Value

Type: LayoutElement
The generated content.

See Also