ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / SelectMarks Method
Pass true to select all marks in the page, false to deselect.




In This Topic
    SelectMarks Method
    In This Topic
    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