Discuss this help topic in SecureBlackbox Forum

TElPDFDictionary.Names

TElPDFDictionary     See also     


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


This topic is under development…

Declaration

[C#]
    string Names[long Index];

[VB.NET]
    Property Names(ByVal Index As Long) As String

[Pascal]
    property Names[Index : int64] : string;

[C++]
    void get_Names(int64_t Index, std::string &OutResult);

[PHP]
    string get_Names(integer $Index)

[Java]
    String getNames(long Index);

Parameters

  • Index -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum