ITextCharacterFormat.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

属性值

Single

float

字号,以浮点为单位。

适用于