Accusoft.PdfXpress7.Net
ContentCopying Property




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

Reference

Security Class
Security Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback