LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsTxtLoadOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsTxtLoadOptions Class

The following tables list the members exposed by CodecsTxtLoadOptions.

Public Properties

 NameDescription
public Property BackColorGets or sets the text background color.  
public Property BoldIndicates whether or not the text font should be bold.  
public Property BottomMarginGets or sets the bottom margin used when saving TEXT images.  
public Property EnabledEnables or disables the LEADTOOLS Txt codec.  
public Property FaceNameGets or sets the text font face name.  
public Property FontColorGets or sets the text font color.  
public Property FontSizeGets or sets the text font size in points.  
public Property HighlightGets or sets the text highlight color.  
public Property ItalicIndicates whether or not the text font should be italic.  
public Property LeftMarginGets or sets the left margin used when saving TEXT images.  
public Property PaperHeightGets or sets the height of the paper used when saving TEXT images.  
public Property PaperWidthGets or sets the width of the paper used when saving TEXT images.  
public Property RightMarginGets or sets the right margin used when saving TEXT images.  
public Property StrikethroughIndicates whether or not the text font should use strikethrough style.  
public Property TopMarginGets or sets the top margin used when saving TEXT images.  
public Property UnderlineIndicates whether or not the text font should be underlined.  
public Property UseSystemLocaleIndicates whether to use the current Windows locale (code page) when rendering text files.  
Top

See Also