Discuss this help topic in SecureBlackbox Forum
Contains custom widget in raw format.
Declaration
[C#/Java]
byte[] CustomAppearance;
[VB.NET]
Property CustomAppearance As ByteArray
[Pascal]
property CustomAppearance : ByteArray; {array of byte}
[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)
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