VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfResourceJS type / WebPdfResourceJS Constructor(WebPdfDocumentJS,string,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPdfResourceJS Constructor(WebPdfDocumentJS,string,number)
    In This Topic
    Initializes a new instance of the WebPdfResourceJS class.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    var compression; // Type: string
    var length; // Type: number
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length);
    
    
    function WebPdfResourceJS(
    document : WebPdfDocumentJS,
    compression
    Compression of this resource.
    : string,
    length
    Length, in bytes, of the resource.
    : number
    ) : WebPdfResourceJS;

    Parameters

    document
    WebPdfDocumentJS object.
    compression
    Compression of this resource.
    length
    Length, in bytes, of the resource.
    Browser Compatibility
    56+
    45+
    11
    See Also