Constructor LayoutComponentContent
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
LayoutComponentContent(LayoutElement, bool)
Initializes a new instance of the LayoutComponentContent class.
public LayoutComponentContent(LayoutElement content, bool hasMoreContent)
Parameters
content
LayoutElementThe generated content.
hasMoreContent
boolThe value indicating whether there is remaining content to render on a next page.
Exceptions
- ArgumentNullException
content
isnull
.