VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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