Leadtools.Forms.DocumentReaders Namespace : DocumentFontStyle Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum DocumentFontStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum DocumentFontStyle Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DocumentFontStyle
[FlagsAttribute()] [SerializableAttribute()] public enum class DocumentFontStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Normal |
Normal font |
0x00000001 | Bold |
Bold font |
0x00000002 | Italic |
Italic font |
0x00000004 | Underline |
Underline font |
The DocumentFontStyle is used as the type for the DocumentFont.FontStyle property.
The members of DocumentFontStyle can be OR'ed together.
You can read the fonts of a document page by using the DocumentObjectManager.ParsePageText method. The fonts found in the page will be set in the in DocumentPageText.Fonts property of the returned DocumentPageText object.
For an example, refer to DocumentPageText.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentReaders.DocumentFontStyle