LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFFontStyle Enumeration

Show in webframe





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 class PDFFontStyle : public System.Enum 
Members
ValueMemberDescription
0x00000000Normal

Normal font

0x00000001Bold

Bold font

0x00000002Italic

Italic font

0x00000004Underline

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

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.