Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.TitleFontSize

TElPDFSignatureWidgetProps     See also     


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


Specifies the font size of the title.

Declaration

[C#]
    double TitleFontSize;

[VB.NET]
    Property TitleFontSize As Double

[Pascal]
    property TitleFontSize : Double;

[C++]
    double get_TitleFontSize();
    void set_TitleFontSize(double Value);

[PHP]
    double get_TitleFontSize()
    void set_TitleFontSize(double $Value)

[Java]
    double getTitleFontSize();
    void setTitleFontSize(double Value);

Description

    Use this property to specify the font size of the widget text title.
The standard unit of the symbol size in the default user space is 1/72 inch (In PDF 1.6, the size of this unit may be specified as greater than 1/72 inch by means of the UserUnit entry of the page dictionary).

See also:     AutoFontSize     TimestampFontSize     SectionTitleFontSize     SectionTextFontSize    

Discuss this help topic in SecureBlackbox Forum