Accusoft.PdfXpressSdk Namespace > Security Class : HighResolutionPrinting Property |
'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); }
Exception | Description |
---|---|
PdfXpressException | During 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. |
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.