Cuts array of specified marks from the annotation page to the Windows clipboard.
Syntax
public void CutMarks(
int[]
)
public: void CutMarks(
int[]*
)
'Declaration
Public Overloads Sub CutMarks( _
ByVal () As Integer _
)
'Usage
Dim instance As ImGearARTPage
Dim markIds() As Integer
instance.CutMarks(markIds)
Parameters
- markIds
- Array of mark IDs to cut.
See Also