Discuss this help topic in SecureBlackbox Forum

TElPDFObject.Data

TElPDFObject     See also     


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


This topic is under development…

Declaration

[C#]
    byte[] Data;

[VB.NET]
    Property Data As Byte()

[Pascal]
    property Data : ByteArray;

[C++]
    void get_Data(std::vector<uint8_t> &OutResult);
    void set_Data(const std::vector<uint8_t> &Value);

[PHP]
    string get_Data()
    void set_Data(array of byte|string|NULL $Value)

[Java]
    byte[] getData();
    void setData(byte[] Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum