Share via


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

フォント サイズ (浮動小数点)。

適用対象