LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFFontStyle Enumeration






Specifies the styles of a PDF font.
Syntax
[FlagsAttribute()]
[SerializableAttribute()]
public enum PDFFontStyle : System.Enum 
'Declaration
 
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum PDFFontStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PDFFontStyle
[FlagsAttribute()]
[SerializableAttribute()]
public enum PDFFontStyle : System.Enum 
Leadtools.Pdf.PDFFontStyle = function() { };
Leadtools.Pdf.PDFFontStyle.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
[SerializableAttribute()]
public enum class PDFFontStyle : public System.Enum 
Members
MemberDescription
Bold

Bold font

Italic

Italic font

Normal

Normal font

Underline

Underline font

Remarks

The PDFFontStyle is used as the type for the PDFFont.FontStyle property.

The members of PDFFontStyle can be OR'ed together.

You can read the fonts of a PDF page through the PDFDocument.ParsePages method with the PDFParsePagesOptions.Fonts as part of the options parameter. When this method returns, each PDFDocumentPage parsed will have the PDFDocumentPage.Fonts collection populated with the fonts of the page.

Example

For an example, refer to PDFObject.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFFontStyle

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

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.