Accusoft.PdfXpress7.Net
Print Property




Specifies the permission status of Print.
Syntax
'Declaration
 
Public Property Print As PermissionStatus
'Usage
 
Dim instance As Security
Dim value As PermissionStatus
 
instance.Print = value
 
value = instance.Print
public PermissionStatus Print {get; set;}
public: __property PermissionStatus get_Print();
public: __property void set_Print( 
   PermissionStatus value
);
public:
property PermissionStatus Print {
   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 printing the document. Printing may possibly be limited to a low-level representation of the appearance.
See Also

Reference

Security Class
Security Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback