Table of Contents

Method RelativeItem

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

RelativeItem(double)

Adds an item with relative (proportional) width.

public LayoutContainer RelativeItem(double size = 1)

Parameters

size double

The relative size of the item.

Returns

LayoutContainer

The layout container for the item.

Remarks

Read the Row section of the Compound containers article for the detailed information about row containers.