ImageGear PDF v25.2 - Updated
PasteCount Property




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.