set_DocumentPackFormat Method
In This Topic
Sets a format of packed (output) PDF document.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfFormatJS
returnValue = instance.set_DocumentPackFormat(value);
Parameters
- value
- Format of packed (output) PDF document.
Default value is null.
Browser Compatibility
See Also