Discuss this help topic in SecureBlackbox Forum
Specifies if pictures/text may be extracted from the document for accessibility purposes
Declaration
[VB.NET]
Property ExtractAcc As Boolean
[Pascal]
property ExtractAcc : boolean;
[C++]
bool get_ExtractAcc();
void set_ExtractAcc(bool Value);
[PHP]
bool get_ExtractAcc()
void set_ExtractAcc(bool $Value)
[Java]
boolean getExtractAcc();
void setExtractAcc(boolean Value);
Description
Use this property to specify if the user may extract pictures/text from the document for accessibility purposes.
Discuss this help topic in SecureBlackbox Forum