Leadtools.Documents.Writers Namespace > PdfDocumentOptions Object : PrintEnabled Property |
get_printEnabled();
set_printEnabled(value);
Object.defineProperty('printEnabled');
Type | Description |
---|---|
boolean | true to allow external viewers and editors to print the resulting PDF document; otherwise, false. Default value is true. |
This is one of the owner access rights that can be granted or denied in the created PDF document. For more information, refer to the IsProtected property.
PrintEnabled is only used if the value of IsProtected is set to true.
Note that PrintEnabled is not supported when DocumentType is PdfDocumentType.PdfA.