PDFView4NET WPF Edition
AllowAccessibilityExtractContent Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : AllowAccessibilityExtractContent Property
Gets or sets whether the user is allowed to extract the content of the document in support of accessibility.
Syntax
'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.
Remarks
This property has effect only when using 128 bit encryption (KeySize property is set to EncryptionKeySize.Use128BitKey). This property, if true, allows a user to copy or otherwise extract text and graphics from the document in support of accessibility to disabled users or for other purposes.
Requirements

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

See Also

Reference

PDFSecurityManager Class
PDFSecurityManager Members