Gets the layout container for the primary page content.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer Content()
VB
Public Function Content As LayoutContainer
Return Value
Type:
LayoutContainerThe layout container.
Remarks
The library automatically applies
Body style to page contents.
See Also