Table of Contents

Class LayoutComponentContent

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

The result of the dynamic component processing.

public sealed class LayoutComponentContent
Inheritance
LayoutComponentContent
Inherited Members

Remarks

This class is a part of the custom components API.

Any custom component must implement the ILayoutComponent interface. The Compose(LayoutContext) method returns instances of this type.

To construct instances of this class, you would need to create an instance of the LayoutElement class first. You can do this using the CreateElement(Action<LayoutContainer>) method.

The .NET PDF generator article provides essential information on how to generate PDFs with the API.

Constructors

LayoutComponentContent(LayoutElement, bool)

Initializes a new instance of the LayoutComponentContent class.

Properties

Content

Gets the content generated by the dynamic component.

HasMoreContent

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