PDFView4NET WinForms Edition
AllowExtractContent Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : AllowExtractContent Property
Gets or sets whether the user is allowed to extract the content of the document.
Syntax
'Declaration
 
Public Property AllowExtractContent As Boolean
'Usage
 
Dim instance As PDFSecurityManager
Dim value As Boolean
 
instance.AllowExtractContent = value
 
value = instance.AllowExtractContent
public bool AllowExtractContent {get; set;}
public: __property bool get_AllowExtractContent();
public: __property void set_AllowExtractContent( 
   bool value
);
public:
property bool AllowExtractContent {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether the user is allowed to extract the content of the document.
Remarks
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 by operations other than those controlled by property AllowAccessibilityExtractContent. When using 40 bit encryption (KeySize property is set to EncryptionKeySize.Use40BitKey), then this property also controls extraction of text and graphics in support of accessibility to disabled users or 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