Method PaddingVertical
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
PaddingVertical(double)
Adds vertical indents around the content.
public LayoutContainer PaddingVertical(double value)
Parameters
value
doubleThe 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.