set_CreateLinearizedDocument Method
In This Topic
Sets a value indicating whether PDF document should have linearized format (Fast Web View).
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfFormatJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CreateLinearizedDocument(value);
function set_CreateLinearizedDocument(
: boolean
) : any;
Parameters
- value
- True - PDF document should have linearized format (Fast Web View); false - PDF document should not have linearized format.
Default value is false.
Browser Compatibility
See Also