Selects or deselects all marks in the annotation page.
Syntax
public void SelectMarks(
bool
)
public: void SelectMarks(
bool
)
public:
void SelectMarks(
bool
)
'Declaration
Public Sub SelectMarks( _
ByVal As Boolean _
)
'Usage
Dim instance As ImGearARTPage
Dim state As Boolean
instance.SelectMarks(state)
Parameters
- state
- Pass true to select all marks in the page, false to deselect.
See Also