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

Collapse imageSyntax

C#
protected internal void AddSpacing(
	float extraspace,
	float oldleading,
	Font f
)
Visual Basic
Protected Friend Sub AddSpacing ( _
	extraspace As Single, _
	oldleading As Single, _
	f As Font _
)
Visual C++
protected public:
void AddSpacing(
	float extraspace, 
	float oldleading, 
	Font^ f
)

Parameters

extraspace
Type: System..::..Single
oldleading
Type: System..::..Single
f
Type: iTextSharp.text..::..Font

Collapse imageSee Also