SelectItems Method (DocumentModel)
In This Topic
Select items of the page inside the determined rectangle.
Syntax
'Declaration
Public MustOverride Sub SelectItems( _
ByVal As Integer, _
ByVal As Rect, _
Optional ByVal As Boolean _
)
public abstract void SelectItems(
int ,
Rect ,
bool
)
Parameters
- pageIndex
- The index of page.
- frame
- The rectangle inside wich items are selected.
- append
- Determines whether to append new items to the existing selection(true) or to override the selection with the new items(false)
See Also