ImageGear .NET - Updated
SelectMarks Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : SelectMarks Method
Pass true to select all marks in the page, false to deselect.
Selects or deselects all marks in the annotation page.
Syntax
'Declaration
 
Public Sub SelectMarks( _
   ByVal state As Boolean _
) 
'Usage
 
Dim instance As ImGearARTPage
Dim state As Boolean
 
instance.SelectMarks(state)
public void SelectMarks( 
   bool state
)
public: void SelectMarks( 
   bool state
) 
public:
void SelectMarks( 
   bool state
) 

Parameters

state
Pass true to select all marks in the page, false to deselect.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members