Cuts the mark specified by ID from the annotation page to the Windows clipboard.
Syntax
public void MarkCut(
int
)
public: void MarkCut(
int
)
public:
void MarkCut(
int
)
'Declaration
Public Overloads Sub MarkCut( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearARTPage
Dim markId As Integer
instance.MarkCut(markId)
Parameters
- markId
- ID of the mark to cut.
See Also