Namespace: iTextSharp.text.rtf.style
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void SetSpacingBefore(
	int spacingBefore
)
Visual Basic
Public Sub SetSpacingBefore ( _
	spacingBefore As Integer _
)
Visual C++
public:
void SetSpacingBefore(
	int spacingBefore
)

Parameters

spacingBefore
Type: System..::..Int32

See Also