Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFFontStyle Enumeration |
[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
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.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFFontStyle