←Select platform

DocumentFontStyle Enumeration

Summary

Indicates the styles of the fonts in a document.

Syntax

C#
VB
C++
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum DocumentFontStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable 
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum DocumentFontStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable 
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class DocumentFontStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable 

Members

MemberDescription
Bold

Bold font

Italic

Italic font

Normal

Normal font

Underline

Underline font

Remarks

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.

Example

For an example, refer to DocumentPageText.

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentReaders Assembly
Click or drag to resize