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.