Accusoft.PdfXpress7.Net
DocumentAssembly Property




Specifies the permission status of Permission.DocumentAssembly.
Syntax
'Declaration
 
Public Property DocumentAssembly As PermissionStatus
'Usage
 
Dim instance As Security
Dim value As PermissionStatus
 
instance.DocumentAssembly = value
 
value = instance.DocumentAssembly
public PermissionStatus DocumentAssembly {get; set;}
public: __property PermissionStatus get_DocumentAssembly();
public: __property void set_DocumentAssembly( 
   PermissionStatus value
);
public:
property PermissionStatus DocumentAssembly {
   PermissionStatus get();
   void set (    PermissionStatus value);
}
Exceptions
ExceptionDescription
PdfXpressExceptionDuring a get or set; if Security has already been removed. During a set; editing Security is not permitted, the permission being set to allowed or not allowed is not applicable for the current EncryptMethod used, or the permission is applicable for the current EncryptMethod and you can't set it to PermissionStatus.NotApplicable.
Remarks

Refers to assembling the document (insert, rotate, or delete pages and create bookmarks or thumbnail images).

Note: only applicable when the EncryptMethod is greater than EncryptMethod.RC4_40Bit_Acrobat3AndLater.

See Also

Reference

Security Class
Security Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback