Controls if printing the PDF document in high resolution is allowed. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.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
Type:
Boolean
Reference