Table of Contents

Class LayoutContext

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

The context for a ILayoutComponent processing.

public class LayoutContext
Inheritance
LayoutContext
Inherited Members

Properties

AvailableSize

Gets the available size on the page to render the dynamic component.

Document

Gets the document associated with the context.

PageCount

Gets the total number of pages in the document.

PageNumber

Gets the current page number in the document.

Methods

CreateElement(Action<LayoutContainer>)

Creates the dynamic element.