ImageGear for .NET
PasteCount Property




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

Reference

ImGearARTPage Class
ImGearARTPage Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback