Table of Contents

Interface ILayoutComponent

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

The custom component.

public interface ILayoutComponent

Remarks

This interface is a part of the custom components API.

Implement this interface in your custom component. Then you'll be able to add your custom component to any container using the Component(ILayoutComponent) method.

Methods

Compose(LayoutContext)

Generates the content of this component.

Reset()

Resets the state of this component.