Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.SectionTitleFontSize

TElPDFSignatureWidgetProps     See also     


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


Specifies the font size of the section title.

Declaration

[C#]
    double SectionTitleFontSize;

[VB.NET]
    Property SectionTitleFontSize As Double

[Pascal]
    property SectionTitleFontSize : Double;

[C++]
    double get_SectionTitleFontSize();
    void set_SectionTitleFontSize(double Value);

[PHP]
    double get_SectionTitleFontSize()
    void set_SectionTitleFontSize(double $Value)

[Java]
    double getSectionTitleFontSize();
    void setSectionTitleFontSize(double Value);

Description

    Use this property to specify the font size of the section 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     TitleFontSize     SectionTextFontSize    

Discuss this help topic in SecureBlackbox Forum