Discuss this help topic in SecureBlackbox Forum

TElPDFCIDFont.W2

TElPDFCIDFont     See also     


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


Defines vertical metrics of the glyphs.

Declaration

[C#]
    TElPDFMetricW2 W2;

[VB.NET]
    Property W2 As TElPDFMetricW2

[Pascal]
    property W2 : TElPDFMetricW2;

[C++]
    TElPDFMetricW2* get_W2();
    void set_W2(TElPDFMetricW2 &Value);
    void set_W2(TElPDFMetricW2 *Value);

[PHP]
    TElPDFMetricW2 get_W2()
    void set_W2(TElPDFMetricW2 $Value)

[Java]
    TElPDFMetricW2 getW2();
    void setW2(TElPDFMetricW2 Value);

Description

    Use this property to define vertical metrics of the glyphs in the CIDFont.

See also:     DW2     W    

Discuss this help topic in SecureBlackbox Forum