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(
: WebPdfDocumentJS,
: string,
: number
) : WebPdfResourceJS;
Parameters
- document
- WebPdfDocumentJS object.
- compression
- Compression of this resource.
- length
- Length, in bytes, of the resource.
Browser Compatibility
See Also