WebGotoActionMetadataJS Class Members
In This Topic
The following tables list the members exposed by
WebGotoActionMetadataJS.
Public Constructors
Methods
| Name | Description |
 | get_DestPageIndex | Gets the index of the destination page, that must be set in an image viewer. |
 | get_DestRect | Gets the rect on destination page, in image space, measured in device-independent pixels (1/96th inch). |
 | get_Region | Gets the region of the content metadata, in image space, measured in device-independent pixels (1/96th inch). (Inherited from WebPageContentActionMetadataJS) |
 | get_SizeMode | Gets the size mode that must be set in an image viewer. |
 | get_Type | Gets a type of the node. |
 | get_Zoom | Gets the zoom that must be set in an image viewer. |
 | get_ZoomToDestRect | Gets a value indicating whether viewer must be zoomed to the WebGotoActionMetadataJS.get_DestRect. |
 | set_DestPageIndex | Sets the index of the destination page, that must be set in an image viewer. |
 | set_DestRect | Sets the rect on destination page, in image space, measured in device-independent pixels (1/96th inch). |
 | set_Region | Sets the region of the content metadata, in image space, measured in device-independent pixels (1/96th inch). (Inherited from WebPageContentActionMetadataJS) |
 | set_SizeMode | Sets the size mode that must be set in an image viewer. |
 | set_Zoom | Sets the zoom that must be set in an image viewer. |
 | set_ZoomToDestRect | Sets a value indicating whether viewer must be zoomed to the WebGotoActionMetadataJS.get_DestRect. |
See Also