←Select platform

Underline Property

Summary

Indicates whether the annotation text is underlined or not.

Syntax

C#
VB
Java
C++
public bool Underline { get; set; } 
Public Property Underline As Boolean 
public boolean getUnderline() 
public void setUnderline(boolean underline) 
             
public: 
property bool Underline { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly