ITextCharacterFormat.Size 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
字型大小,以浮點為單位。
適用於