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

Auto adjust the content size to make it fit pdf page’s width. Used only for grid widget.

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

Reference

PdfSetting Interface