LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Bold Property






Gets or sets a value that indicates whether the text has a bold font or not.
Syntax
public bool Bold {get; set;}
'Declaration
 
Public Property Bold As Boolean
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold
public bool Bold {get; set;}
 get_Bold();
set_Bold(value);
public:
property bool Bold {
   bool get();
   void set (    bool value);
}

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: 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

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

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