Accusoft.PdfXpress7.Net
HighResolutionPrinting Property




Specifies the permission status of HighResolutionPrinting.
Syntax
'Declaration
 
Public Property HighResolutionPrinting As PermissionStatus
'Usage
 
Dim instance As Security
Dim value As PermissionStatus
 
instance.HighResolutionPrinting = value
 
value = instance.HighResolutionPrinting
public PermissionStatus HighResolutionPrinting {get; set;}
public: __property PermissionStatus get_HighResolutionPrinting();
public: __property void set_HighResolutionPrinting( 
   PermissionStatus value
);
public:
property PermissionStatus HighResolutionPrinting {
   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 printing the document to a representation from which a faithful digital copy of the PDF content could be generated.

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

See Also

Reference

Security Class
Security Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback