Leadtools.Annotations Namespace > AnnAutomation Class : CanPaste Property |
public virtual bool CanPaste {get;}
'Declaration Public Overridable ReadOnly Property CanPaste As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanPaste
public virtual bool CanPaste {get;}
get_CanPaste();
Public Sub AnnAutomation_CanPaste(ByVal automation As AnnAutomation) If automation.CanPaste Then automation.Paste() End If End Sub
public void AnnAutomation_CanPaste(AnnAutomation automation) { if(automation.CanPaste) automation.Paste(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2