Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : Bold Property |
public bool Bold {get; set;}
'Declaration
Public Property Bold As Boolean
'Usage
Dim instance As CodecsTxtLoadOptions Dim value As Boolean instance.Bold = value value = instance.Bold
public bool Bold {get; set;}
public boolean isBold() public void setBold(boolean bold)
<br/>get_Bold();<br/>set_Bold(value);<br/>Object.defineProperty('Bold');