Specifies the styles of a PDF font.
[SerializableAttribute()]
[FlagsAttribute()]
public enum PDFFontStyle
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum PDFFontStyle
public enum PDFFontStyle
[FlagsAttribute()]
[SerializableAttribute()]
public enum class PDFFontStyle
Value | Member | Description |
---|---|---|
0x00000000 | Normal | Normal font |
0x00000001 | Bold | Bold font |
0x00000002 | Italic | Italic font |
0x00000004 | Underline | Underline font |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document