ImageGear .NET v24.12 - Updated
MarkCut(Int32) Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > MarkCut Method : MarkCut(Int32) Method
ID of the mark to cut.
Cuts the mark specified by ID from the annotation page to the Windows clipboard.
Syntax
'Declaration
 
Public Overloads Sub MarkCut( _
   ByVal markId As Integer _
) 
'Usage
 
Dim instance As ImGearARTPage
Dim markId As Integer
 
instance.MarkCut(markId)
public void MarkCut( 
   int markId
)
public: void MarkCut( 
   int markId
) 
public:
void MarkCut( 
   int markId
) 

Parameters

markId
ID of the mark to cut.
Remarks
The Clipboard API can only be used in threads set to single thread apartment (STA) mode.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List