Accusoft.NotateXpress13.Net
IsPasteAvailable Property (LayerCollection)




Gets a boolean value which indicates whether there is a layer available on the clipboard.
Syntax
'Declaration
 
Public ReadOnly Property IsPasteAvailable As Boolean
'Usage
 
Dim instance As LayerCollection
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 a layer is available on the clipboard. Otherwise, false is returned.
Remarks

Note: Normally, you would cut or copy the layer first.

See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback