Discuss this help topic in SecureBlackbox Forum

TElPDFMetricW2.Add

TElPDFMetricW2     See also     


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


Defines vertical metrics for a single CID.

Declaration

[C#]
    void Add(int CID, int Width, int VX, int VY);

[VB.NET]
    Sub Add(ByVal CID As Integer, ByVal Width As Integer, ByVal VX As Integer, ByVal VY As Integer)

[Pascal]
    procedure Add(CID : integer; Width, VX, VY : integer);

[C++]
    void Add(int32_t CID, int32_t Width, int32_t VX, int32_t VY);

[PHP]
    void Add(integer $CID, integer $Width, integer $VX, integer $VY)

[Java]
    void add(int CID, int Width, int VX, int VY);

Parameters

  • CID - CID for which the metrics is defined
  • Width - vertical displacement of the glyph
  • VX - horisontal component of the position vector of the glyph
  • VY - vertical component of the position vector of the glyph

Description

    Use this method to define vertical metrics for a single CID.

See also:     AddRange    

Discuss this help topic in SecureBlackbox Forum