ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / PasteCount Property




In This Topic
    PasteCount Property
    In This Topic
    Gets the number of marks currently in the Windows clipboard.
    Syntax
    'Declaration
     
    Public ReadOnly Property PasteCount As Integer
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As Integer
     
    value = instance.PasteCount
    public int PasteCount {get;}
    public: __property int get_PasteCount();
    public:
    property int PasteCount {
       int get();
    }

    Property Value

    Integer value.
    Remarks
    The Clipboard API can only be used in threads set to single thread apartment (STA) mode.
    See Also