Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.TimestampFontSize

TElPDFSignatureWidgetProps     See also     


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


Specifies the font size of the timestamp.

Declaration

[C#]
    double TimestampFontSize;

[VB.NET]
    Property TimestampFontSize As Double

[Pascal]
    property TimestampFontSize : Double;

[C++]
    double get_TimestampFontSize();
    void set_TimestampFontSize(double Value);

[PHP]
    double get_TimestampFontSize()
    void set_TimestampFontSize(double $Value)

[Java]
    double getTimestampFontSize();
    void setTimestampFontSize(double Value);

Description

    Use this property to set size of the font with which the timestamp will be printed.
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     TitleFontSize     SectionTitleFontSize     SectionTextFontSize    

Discuss this help topic in SecureBlackbox Forum