[]
Renders action.
bool AddAction(int pageNumber, RectangleF area, ActionBase actionBase)
| Type | Name | Description |
|---|---|---|
| int | pageNumber | Source page index. |
| RectangleF | area | Source area in twips |
| ActionBase | actionBase | Action to be rendered. |
| Type | Description |
|---|---|
| bool |
|