ImageGear .NET - Updated October 26, 2017
RemoveMarks(Int32[]) Method




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > RemoveMarks Method : RemoveMarks(Int32[]) Method
Array of mark IDs to delete.
Deletes array of specified marks from the annotation page.
Syntax
'Declaration
 
Public Overloads Sub RemoveMarks( _
   ByVal marksIds() As Integer _
) 
 
'Usage
 
Dim instance As ImGearARTPage
Dim marksIds() As Integer
 
instance.RemoveMarks(marksIds)

Parameters

marksIds
Array of mark IDs to delete.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List