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

Syntax

C#
public override float Size { set; }
Visual Basic
Public Overrides WriteOnly Property Size As Single
	Set
Visual C++
public:
virtual property float Size {
	void set (float value) override;
}

See Also