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
[FlagsAttribute()] [SerializableAttribute()] public enum PDFFontStyle : System.Enum
Leadtools.Pdf.PDFFontStyle = function() { }; Leadtools.Pdf.PDFFontStyle.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] [SerializableAttribute()] public enum class PDFFontStyle : public System.Enum
Member | Description |
---|---|
Bold | Bold font |
Italic | Italic font |
Normal | Normal font |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2