Wijmo UI for the Web
allowPrint Field
wijmo.exporter Namespace > PdfSetting Interface : allowPrint Field

A boolean value indicates whether the user can print the pdf document.

Syntax
var instance; // Type: wijmo.exporter.PdfSetting;
var value; // Type: boolean
value = instance.allowPrint;
var allowPrint : boolean;
See Also

Reference

PdfSetting Interface