Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.CustomAppearance

TElPDFSignatureWidgetProps     See also     


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


Contains custom widget in raw format.

Declaration

[C#]
    byte[] CustomAppearance;

[VB.NET]
    Property CustomAppearance As Byte()

[Pascal]
    property CustomAppearance : ByteArray;

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

[PHP]
    string get_CustomAppearance()
    void set_CustomAppearance(array of byte|string|NULL $Value)

[Java]
    byte[] getCustomAppearance();
    void setCustomAppearance(byte[] Value);

Description

    This property contains custom widget data in raw (PDF graphic operators) format. If this property is set, all other properties are ignored.

See also:     BackgroundStyle    

Discuss this help topic in SecureBlackbox Forum