Discuss this help topic in SecureBlackbox Forum
Specifies the custom background content stream.
Declaration
[C#]
string CustomBackgroundContentStream;
[VB.NET]
Property CustomBackgroundContentStream As String
[Pascal]
property CustomBackgroundContentStream : string;
[C++]
void get_CustomBackgroundContentStream(std::string &OutResult);
void set_CustomBackgroundContentStream(const std::string &Value);
[PHP]
string get_CustomBackgroundContentStream()
void set_CustomBackgroundContentStream(string $Value)
[Java]
String getCustomBackgroundContentStream();
void setCustomBackgroundContentStream(String Value);
Description
This property can be used to specify custom background content stream when BackgroundStyle is set to pbsCustom.
Discuss this help topic in SecureBlackbox Forum