←Select platform

Bold Property

Summary

Indicates whether the text has a bold font or not.

Syntax

C#
VB
Java
C++
public bool Bold { get; set; } 
Public Property Bold As Boolean 
public boolean getBold() 
public void setBold(boolean bold) 
             
public: 
property bool Bold { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true the text has a bold font; 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