PdfSecurityAllowHighResolutionPrinting Property
Controls if printing the PDF document in high resolution is allowed. This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool AllowHighResolutionPrinting { get; set; }
Public Property AllowHighResolutionPrinting As Boolean
Get
Set
public:
property bool AllowHighResolutionPrinting {
bool get ();
void set (bool value);
}
member AllowHighResolutionPrinting : bool with get, set
Property Value
Boolean