←Select platform

PDFFontStyle Enumeration

Summary
Specifies the styles of a PDF font.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum PDFFontStyle 
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum PDFFontStyle  
public final class PDFFontStyle 
    extends java.lang.Enum<PDFFontStyle> 
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class PDFFontStyle  
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 PDFFont.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.