Class: AxNativeImageDispatcher

AxNativeImageDispatcher()

new AxNativeImageDispatcher()

Creates a new dispatcher for AxNativeImage
Source:

Methods

CreateObject() → {AxWebImage}

Creates an instance of the dispatched object.
Source:
Returns:
Type
AxWebImage

GetInfo(infoId, infoTag, info) → {Boolean}

Requests information about the dispatched object. The requested is specified by the infoId parameter, and depending on it, the infoTag parameter may have to be used. If the requested information is availabe, it is filled in the info parameter and the method returns true, otherwise returns false.
Parameters:
Name Type Description
infoId Integer Specifies what information is requested
infoTag Integer An additional parameter, used for some infoIds. Depending on which infoId is used, the infoTag may or may not have a specific meaning.
info AxString A string in which the requested information will be returned
Source:
Returns:
True if the requested information is available and returned in the info parameter, false otherwise
Type
Boolean

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:27 GMT+0200 (FLE Standard Time)