'Declaration Public Function ExecuteAction( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageThe image that contains the action.As Vintasoft.Imaging.VintasoftImage, _
ByVal actionThe action to execute.As Vintasoft.Imaging.Metadata.PageContentActionMetadata _
) As Boolean
public bool ExecuteAction(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata action
)
Parameters
- viewer
- The image viewer.
- image
- The image that contains the action.
- action
- The action to execute.
Return Value
True if action is executed successfully; otherwise, false.