Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontStretch

TElPDFFontDescriptor     See also     


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


Specifies the font stretch value.

Declaration

[C#]
    string FontStretch;

[VB.NET]
    Property FontStretch As String

[Pascal]
    property FontStretch : string;

[C++]
    void get_FontStretch(std::string &OutResult);
    void set_FontStretch(const std::string &Value);

[PHP]
    string get_FontStretch()
    void set_FontStretch(string $Value)

[Java]
    String getFontStretch();
    void setFontStretch(String Value);

Description

    Use this property to get or set the font stretch. Must be one of the following (ordered from narrowest to widest): UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded.

See also:     FontWeight     ItalicAngle    

Discuss this help topic in SecureBlackbox Forum