Accusoft.PdfXpress7.Net
ChangingTheDocument Property




Specifies the permission status of ChangingTheDocument.
Syntax
'Declaration
 
Public Property ChangingTheDocument As PermissionStatus
'Usage
 
Dim instance As Security
Dim value As PermissionStatus
 
instance.ChangingTheDocument = value
 
value = instance.ChangingTheDocument
public PermissionStatus ChangingTheDocument {get; set;}
public: __property PermissionStatus get_ChangingTheDocument();
public: __property void set_ChangingTheDocument( 
   PermissionStatus value
);
public:
property PermissionStatus ChangingTheDocument {
   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 or the permission is applicable for the current EncryptMethod and you can't set it to PermissionStatus.NotApplicable.
Remarks
Refers to modifying the contents of the document.
See Also

Reference

Security Class
Security Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback