Gets or sets whether the user is allowed to extract the content of the document in support of accessibility.
'Declaration
Public Property AllowAccessibilityExtractContent As Boolean
'Usage
Dim instance As PDFSecurityManager
Dim value As Boolean
instance.AllowAccessibilityExtractContent = value
value = instance.AllowAccessibilityExtractContent
public bool AllowAccessibilityExtractContent {get; set;}
public: __property bool get_AllowAccessibilityExtractContent();
public: __property void set_AllowAccessibilityExtractContent(
bool value
);
public:
property bool AllowAccessibilityExtractContent {
bool get();
void set ( bool value);
}
Property Value
A bool value specifying whether the user is allowed to extract the content of the document in support of accessibility.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2