ImageGear .NET - Updated
RemoveMarks(Int32[]) Method




ImageGear24.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)
public void RemoveMarks( 
   int[] marksIds
)
public: void RemoveMarks( 
   int[]* marksIds
) 
public:
void RemoveMarks( 
   array<int>^ marksIds
) 

Parameters

marksIds
Array of mark IDs to delete.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List