Can print the PDF document. When this property is set to false the printing of the PDF document is disabled in a PDF viewer.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool CanPrint { get; set; } |
| Visual Basic |
|---|
Public Property CanPrint As Boolean Get Set |
| Visual C++ |
|---|
public: property bool CanPrint { bool get (); void set (bool value); } |