WebContentImageJS Constructor(WebPdfImageResourceJS,object,WebResolutionJS)
In This Topic
Initializes a new instance of the
WebContentImageJS class.
Syntax
// Parameters
var imageResource; // Type: WebPdfImageResourceJS
var region; // Type: object
var resolution; // Type: WebResolutionJS
var instance = new Vintasoft.Imaging.Pdf.WebContentImageJS(imageResource, region, resolution);
Parameters
- imageResource
- Image resource associated with this content image.
- region
- Region of content image in coordinates of PDF page.
- resolution
- Rendering resolution of content image.
Browser Compatibility
See Also