Discuss this help topic in SecureBlackbox Forum
Specifies if pictures/text may be extracted from the document
Declaration
[VB.NET]
Property Extract As Boolean
[Pascal]
property Extract : boolean;
[C++]
bool get_Extract();
void set_Extract(bool Value);
[PHP]
bool get_Extract()
void set_Extract(bool $Value)
[Java]
boolean getExtract();
void setExtract(boolean Value);
Description
Use this property to specify if the user may extract (copy) pictures and text from the document.
Discuss this help topic in SecureBlackbox Forum