Discuss this help topic in SecureBlackbox Forum

TElPDFCIDFont.DW2

TElPDFCIDFont     See also     


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


Specifies the default metrics for vertical writing.

Declaration

[C#]
    int32[] DW2;

[VB.NET]
    Property DW2 As Integer()

[Pascal]
    property DW2 : IntegerArray;

[C++]
    void get_DW2(std::vector<int32_t> &OutResult);
    void set_DW2(const std::vector<int32_t> &Value);

[PHP]
    array of int32 get_DW2()
    void set_DW2(array of int32|NULL $Value)

[Java]
    int[] getDW2();
    void setDW2(int[] Value);

Description

    Use this array of two numbers to get or set the default metrics for vertical writing in the CIDFont.

See also:     w2    

Discuss this help topic in SecureBlackbox Forum