共用方式為


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

字型大小,以浮點為單位。

適用於