Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetText.FontSizeY

TElPDFSignatureWidgetText     See also     


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


Specifies vertical font size.

Declaration

[C#]
    double FontSizeY;

[VB.NET]
    Property FontSizeY As Double

[Pascal]
    property FontSizeY : Double;

[C++]
    double get_FontSizeY();
    void set_FontSizeY(double Value);

[PHP]
    double get_FontSizeY()
    void set_FontSizeY(double $Value)

[Java]
    double getFontSizeY();
    void setFontSizeY(double Value);

Description

    Use this property to set vertical font size.

See also:     FontSizeX     FontResourceName    

Discuss this help topic in SecureBlackbox Forum