Method Content
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Content()
Gets the layout container for the primary page content.
public LayoutContainer Content()
Returns
- LayoutContainer
The layout container.
Remarks
The library automatically applies a combination of text styles to primary page content. Read about Body style for more information about what gets applied.
Read the Main content section of the How to layout PDF pages article for examples of using this method.