LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DescriptionText Property (IAnnotationSaveDescriptionView)

Show in webframe






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

            

            
__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

See Also

Reference

IAnnotationSaveDescriptionView Interface
IAnnotationSaveDescriptionView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.