HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk

Class s7sdk.TargetDesc

The TargetDesc corresponds to the <targets> element of the req=set response and it represents zoom targets. They can be private, associated with a particular asset, or they can be shared, associated with all images in the set. Shared targets apply only to images that are defined at the same set level as the shared targets. That is, shared targets do not apply recursively to the children of nested image sets.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.TargetDesc(index, frameId, rect, label, userdata)
Field Summary
Field Attributes Field Name and Description
 
The frameId specifies which image in the image set that the zoom target is located in.
 
The numerical index value that identifies the zoom target.
 
Optional label associated with the target.
 
The zoom target rectangle in the top resolution coordinates.
 
Optional user data associated with the target.
Class Detail
s7sdk.TargetDesc(index, frameId, rect, label, userdata)
Parameters:
index
The numerical index value that identifies the zoom target.
frameId
The frame in which the zoom target is located.
rect
The zoom target rectangle in the top resolution coordinates.
label
Optional label associated with the target.
userdata
Optional user data associated with the target.
See:
s7sdk.set.MediaSet
Field Detail
frameId
The frameId specifies which image in the image set that the zoom target is located in. For zoom targets returned in the req=set response, this information is implied. If explicitly set for shared targets, the value is -1.

index
The numerical index value that identifies the zoom target.

label
Optional label associated with the target.

rect
The zoom target rectangle in the top resolution coordinates.

userdata
Optional user data associated with the target.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 30 2020 16:40:37 GMT+0200 (EET)