ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / MarkCut Method / MarkCut(Int32) Method
ID of the mark to cut.




In This Topic
    MarkCut(Int32) Method
    In This Topic
    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