Table of Contents

Method PaddingHorizontal

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

PaddingHorizontal(double)

Adds horizontal indents around the content.

public LayoutContainer PaddingHorizontal(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.