Controls if printing the PDF document is allowed. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool AllowPrinting { get; set; }
Public Property AllowPrinting As Boolean
Get
Set
public:
property bool AllowPrinting {
bool get ();
void set (bool value);
}
member AllowPrinting : bool with get, set
Property Value
Type:
Boolean
Reference