LEADTOOLS PDF (Leadtools.Pdf assembly)

Underline Property

Show in webframe





Gets or sets a value that indicates whether the annotation text is underlined or not.
Syntax
public bool Underline {get; set;}
'Declaration
 
Public Property Underline As Boolean
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As Boolean
 
instance.Underline = value
 
value = instance.Underline

            

            
public:
property bool Underline {
   bool get();
   void set (    bool value);
}

Property Value

true the annotation text is underlined; otherwise, it is false. The default value is false.
Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


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