'Declaration Function RenderAction( _ ByVal action As IAction, _ ByVal area As RectangleF, _ ByVal pageNumber As Integer _ ) As Boolean
bool RenderAction( IAction action, RectangleF area, int pageNumber )
Parameters
- action
- The action to be rendered.
- area
- The area in which the action will be rendered.
- pageNumber
- The page number on which the action will be rendered.
Return Value
Returns
true
if the action was successfully processed; otherwise, false
.