In This Topic
Sets the region of the content metadata, in image space, measured in device-independent pixels (1/96th inch).
Syntax
var instance = new Vintasoft.Imaging.WebPageContentActionMetadataJS();
var returnValue; // Type: any
// Parameters
var value; // Type: object
returnValue = instance.set_Region(value);
function set_Region(
: object
) : any;
Parameters
- value
- The region of the content metadata, in image space, measured in device-independent pixels (1/96th inch).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also