Discuss this help topic in SecureBlackbox Forum

TElPDFCpxObj.Before

TElPDFCpxObj     See also     


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


This topic is under development…

Declaration

[C#]
    byte[] Before;

[VB.NET]
    Property Before As Byte()

[Pascal]
    property Before : ByteArray;

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

[PHP]
    string get_Before()
    void set_Before(array of byte|string|NULL $Value)

[Java]
    byte[] getBefore();
    void setBefore(byte[] Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum