Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

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
public enum 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

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features