Discuss this help topic in SecureBlackbox Forum

TElPDFMetricW.Add

TElPDFMetricW     See also     


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


Adds width of a single CID to the metrics.

Declaration

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

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

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

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

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

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

Parameters

  • CID - CID for which the entry is added.
  • Width - width of the glyph for the given CID

Description

    Use this method to define glyph width for the single CID.

See also:     AddRange    

Discuss this help topic in SecureBlackbox Forum