VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_DocumentPackFormat(
    value
    Format of packed (output) PDF document.
    Default value is null.
    : WebPdfFormatJS
    ) : any;

    Parameters

    value
    Format of packed (output) PDF document.
    Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also