ImageGear .NET
PasteCount Property




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

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback