PdfSecurityAllowPrinting Property
Controls if printing the PDF document is allowed. This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.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
Boolean