Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum