Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureLine.ImageData

TElOfficeOpenXMLSignatureLine     


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


Contains signature image.

Declaration

[C#]
    byte[] ImageData;

[VB.NET]
    Property ImageData As Byte()

[Pascal]
    property ImageData : ByteArray;

[C++]
    void get_ImageData(std::vector<uint8_t> &OutResult);

[PHP]
    string get_ImageData()

[Java]
    byte[] getImageData();

Description

    Use this read-only property to get signature image.

Discuss this help topic in SecureBlackbox Forum