Adds indents around the content.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer Padding(
double value
)
VB
Public Function Padding (
value As Double
) As LayoutContainer
Parameters
- value
- Type: System.Double
The indent value.
Return Value
Type:
LayoutContainerThe nested container with the applied indents.
See Also