Table of Contents

Class LayoutElement

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

An element produced by layout components.

public sealed class LayoutElement
Inheritance
LayoutElement
Inherited Members

Remarks

This class is a part of the custom components API.

You can use the CreateElement(Action<LayoutContainer>) method to create elements.

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

Methods

TryFit(PdfSize, out PdfSize)

Checks whether this element fits into an area with the specified size.