ITextCharacterFormat.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the font size.
public:
property float Size { float get(); void set(float value); };
float Size();
void Size(float value);
public float Size { get; set; }
var single = iTextCharacterFormat.size;
iTextCharacterFormat.size = single;
Public Property Size As Single
Property Value
Single
float
The font size, in floating-point points.