LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

DescriptionText Property (IAnnotationSaveDescriptionView)







Gets or sets the description for the saved annotations.
Syntax
string DescriptionText {get; set;}
'Declaration
 
Property DescriptionText As String
'Usage
 
Dim instance As IAnnotationSaveDescriptionView
Dim value As String
 
instance.DescriptionText = value
 
value = instance.DescriptionText
string DescriptionText {get; set;}
get_DescriptionText();
set_DescriptionText(value);
__property string* get_DescriptionText();
__property void set_DescriptionText( 
   string* value
);
property string* DescriptionText {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the description text for the saved annotations.
Requirements

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

See Also

Reference

IAnnotationSaveDescriptionView Interface
IAnnotationSaveDescriptionView Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.