WebPdfImageResourceJS type
In This Topic
Represents an image resource of PDF document.
Syntax
// Parameters
var document; // Type: WebPdfDocumentJS
var compression; // Type: string
var length; // Type: number
var size; // Type: object
var pixelFormat; // Type: WebPixelFormatEnumJS
var instance = new Vintasoft.Imaging.Pdf.WebPdfImageResourceJS(document, compression, length, size, pixelFormat);
function WebPdfImageResourceJS;
Inheritance Hierarchy
Object
 Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
   Vintasoft.Imaging.Pdf.WebPdfResourceJS
     Vintasoft.Imaging.Pdf.WebPdfImageResourceJS
Browser Compatibility
See Also