Discuss this help topic in SecureBlackbox Forum
Specifies the custom security handler PDF-name.
Declaration
[VB.NET]
Property CustomName As String
[Pascal]
property CustomName : string;
[C++]
void get_CustomName(std::string &OutResult);
void set_CustomName(const std::string &Value);
[PHP]
string get_CustomName()
void set_CustomName(string $Value)
[Java]
String getCustomName();
void setCustomName(String Value);
Description
Use this property to get or set user-defined security handler PDF-name.
Discuss this help topic in SecureBlackbox Forum