Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.ItalicAngle

TElPDFFontDescriptor     See also     


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


The angle of the dominant font strokes to the vertical.

Declaration

[C#]
    double ItalicAngle;

[VB.NET]
    Property ItalicAngle As Double

[Pascal]
    property ItalicAngle : Double;

[C++]
    double get_ItalicAngle();
    void set_ItalicAngle(double Value);

[PHP]
    double get_ItalicAngle()
    void set_ItalicAngle(double $Value)

[Java]
    double getItalicAngle();
    void setItalicAngle(double Value);

Description

    Use this property to specify the angle of the dominant font strokes to the vertical. The angle is expressed in degrees counterclockwise from the vertical.

See also:     FontStretch     FontWeight    

Discuss this help topic in SecureBlackbox Forum