Get/set the cellpadding.

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

Syntax

C#
public float Cellpadding { get; set; }
Visual Basic
Public Property Cellpadding As Single
	Get
	Set
Visual C++
public:
property float Cellpadding {
	float get ();
	void set (float value);
}

Field Value

the cellpadding

See Also