Moduleurn:org:ten60:util:image
The
imageProperties
accessor is exported by the urn:org:ten60:util:image module.
Import this module to gain access to the accessor.
SyntaxURI | active:imageProperties |
Argument | Rules | Description | operand | Mandatory | the Java bitmap image |
Example UsageDPML<instr> <type>imageProperties</type> <operand>var:myimage</operand> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:imageProperties");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |