Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.SectionTextFontSize

TElPDFSignatureWidgetProps     See also     


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


Specifies the font size of the widget text.

Declaration

[C#]
    double SectionTextFontSize;

[VB.NET]
    Property SectionTextFontSize As Double

[Pascal]
    property SectionTextFontSize : Double;

[C++]
    double get_SectionTextFontSize();
    void set_SectionTextFontSize(double Value);

[PHP]
    double get_SectionTextFontSize()
    void set_SectionTextFontSize(double $Value)

[Java]
    double getSectionTextFontSize();
    void setSectionTextFontSize(double Value);

Description

    Use this property to specify the font size of the widget section text.
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     TitleTextFontSize     SectionTitleFontSize    

Discuss this help topic in SecureBlackbox Forum