Indicates whether the PDF document has printing owner access rights.
public bool PrintEnabled { get; set; }
Public Property PrintEnabled As Boolean
true to allow external viewers and editors to print the PDF document; otherwise, it is false. The default value is true.
The value of PrintEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.
HighQualityPrintEnabled is ignored unless the value of PrintEnabled is set to true.
For an example, refer to PDFFile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET