'Declaration Public Function SetFocusedAction( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal actionThe action.As Vintasoft.Imaging.Metadata.PageContentActionMetadata _
) As Boolean
public bool SetFocusedAction(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata action
)
public: bool SetFocusedAction(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata* action
)
public:
bool SetFocusedAction(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata^ action
)
Parameters
- image
- The image.
- action
- The action.
Return Value
True if focused action is changed; otherwise, false.