Discuss this help topic in SecureBlackbox Forum

TElPDFDictionary.AddInt

TElPDFDictionary     See also     


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


This topic is under development…

Declaration

[C#]
    void AddInt(string Name, long Value, bool Overwrite);

[VB.NET]
    Sub AddInt(ByVal Name As String, ByVal Value As Long, ByVal Overwrite As Boolean)

[Pascal]
    procedure AddInt(const Name : string; Value : Int64; Overwrite : boolean = true);

[C++]
    void AddInt(const std::string &Name, int64_t Value, bool Overwrite);

[PHP]
    void AddInt(string $Name, integer $Value, bool $Overwrite)

[Java]
    void addInt(String Name, long Value, boolean Overwrite);

Parameters

  • Name -
  • Value -
  • Overwrite -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum