VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfFormatJS type / set_CreateLinearizedDocument Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    True - PDF document should have linearized format (Fast Web View); false - PDF document should not have linearized format.
    Default value is false.
    : 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
    56+
    45+
    11
    See Also