LayoutContainer.PaddingLeft Method

Adds horizontal indent before the content.

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

Syntax

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

Parameters

value
Type: System.Double
The indent value.

Return Value

Type: LayoutContainer
The nested container with the applied indent.

See Also