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 Getting Started with Layout API article provides essential information on how to generate PDFs with the API.

Check out the other articles and code samples on the C# PDF generation library page.

Methods

TryFit(PdfSize, out PdfSize)

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