Table of Contents

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 LayoutElement

The generated content.

hasMoreContent bool

The value indicating whether there is remaining content to render on a next page.

Exceptions

ArgumentNullException

content is null.