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
Members
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.
For an example, refer to PDFObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET