Table of Contents

Method Padding

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

Padding(double)

Adds indents around the content.

public LayoutContainer Padding(double value)

Parameters

value double

The indent value.

Returns

LayoutContainer

The nested container with the applied indents.

Remarks

Read the Padding section of the Size, position, and rendering of containers article for more information about ways to set padding.