VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_DocumentPackFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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
56+
45+
11
See Also