Discuss this help topic in SecureBlackbox Forum

TElPDFDictionary.GetItemByName

TElPDFDictionary     See also     


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


This topic is under development…

Declaration

[C#]
    TElPDFObject GetItemByName(byte[] Name);
    TElPDFObject GetItemByName(string S);

[VB.NET]
    Function GetItemByName(ByVal Name As Byte()) As TElPDFObject
    Function GetItemByName(ByVal S As String) As TElPDFObject

[Pascal]
    function GetItemByName(const Name : ByteArray) : TElPDFObject;
    function GetItemByName(const S : string) : TElPDFObject;

[C++]
    TElPDFObjectHandle GetItemByName(const std::vector<uint8_t> &Name);
    TElPDFObjectHandle GetItemByName(const std::string &S);

[PHP]
    TElPDFObject GetItemByName(array of byte|string|NULL $Name)
    TElPDFObject GetItemByName(string $S)

[Java]
    TElPDFObject getItemByName(String S);
    TElPDFObject getItemByName(byte[] Name);

Parameters

  • Name -
  • S -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum