ImageGear PDF v25.2 - Updated
MarkSelect(Int32,Boolean) Method




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > MarkSelect Method : MarkSelect(Int32,Boolean) Method
Mark ID to select or deselect.
Pass true to select the mark, false to deselect.
Selects or deselects the specified mark.
Syntax
'Declaration
 
Public Overloads Sub MarkSelect( _
   ByVal markId As Integer, _
   ByVal state As Boolean _
) 
'Usage
 
Dim instance As ImGearARTPage
Dim markId As Integer
Dim state As Boolean
 
instance.MarkSelect(markId, state)
public void MarkSelect( 
   int markId,
   bool state
)
public: void MarkSelect( 
   int markId,
   bool state
) 
public:
void MarkSelect( 
   int markId,
   bool state
) 

Parameters

markId
Mark ID to select or deselect.
state
Pass true to select the mark, false to deselect.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.