LayoutContainer.PaddingHorizontal Method

Adds horizontal indents around the content.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer PaddingHorizontal(
	double value
)
VB
Public Function PaddingHorizontal ( 
	value As Double
) As LayoutContainer

Parameters

value
Type: System.Double
The indent value.

Return Value

Type: LayoutContainer
The nested container with the applied indents.

See Also