Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentFontStyles Enumeration

Show in webframe
Font style.
Syntax
Leadtools.Documents.DocumentFontStyles = function() { };
Leadtools.Documents.DocumentFontStyles.prototype = {
	normal = 0,
	bold = 1,
	italic = 2,
	underline = 4,
	
 };
Members
ValueMemberDescription
0normal Normal font
1bold Bold font
2italic Italic font
4underline Underline font
Remarks

The members of this enumeration can be OR'ed together.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file