Sets the horizontal and vertical spacings.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public InlineContainer Spacing(
double value
)
VB
Public Function Spacing (
value As Double
) As InlineContainer
Parameters
- value
- Type: System.Double
The spacing value.
Return Value
Type:
InlineContainerThe updated container.
See Also