Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetText.FontSizeX

TElPDFSignatureWidgetText     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies horizontal font size.

Declaration

[C#]
    double FontSizeX;

[VB.NET]
    Property FontSizeX As Double

[Pascal]
    property FontSizeX : Double;

[C++]
    double get_FontSizeX();
    void set_FontSizeX(double Value);

[PHP]
    double get_FontSizeX()
    void set_FontSizeX(double $Value)

[Java]
    double getFontSizeX();
    void setFontSizeX(double Value);

Description

    Use this property to set horizontal font size.

See also:     FontResourceName     FontSizeY    

Discuss this help topic in SecureBlackbox Forum