PDFView4NET WinForms Edition
AllowAssembleDocument Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : AllowAssembleDocument Property
Gets or sets whether the user is allowed to assemble the pdf document.
Syntax
'Declaration
 
Public Property AllowAssembleDocument As Boolean
'Usage
 
Dim instance As PDFSecurityManager
Dim value As Boolean
 
instance.AllowAssembleDocument = value
 
value = instance.AllowAssembleDocument
public bool AllowAssembleDocument {get; set;}
public: __property bool get_AllowAssembleDocument();
public: __property void set_AllowAssembleDocument( 
   bool value
);
public:
property bool AllowAssembleDocument {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether the user is allowed to assemble the pdf document or not.
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 assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), event property AllowModifyDocument is false.
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