Accusoft.NotateXpress13.Net
IsPasteAvailable Property (ElementCollection)




A read only property that gets a value which determines if there are annotation elements available on the clipboard.
Syntax
'Declaration
 
Public ReadOnly Property IsPasteAvailable As Boolean
'Usage
 
Dim instance As ElementCollection
Dim value As Boolean
 
value = instance.IsPasteAvailable
public bool IsPasteAvailable {get;}
public: __property bool get_IsPasteAvailable();
public:
property bool IsPasteAvailable {
   bool get();
}

Property Value

A boolean value which is true when there are elements available on the clipboard. Otherwise, false is returned.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback