LayoutContainer.PaddingBottom Method

Adds vertical indent below the content.

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

Syntax

C#
public LayoutContainer PaddingBottom(
	double value
)
VB
Public Function PaddingBottom ( 
	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