PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies style information applied to text.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum PDFFontStyles |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration PDFFontStyles |
| Visual C++ |
|---|
[FlagsAttribute] public enum class PDFFontStyles |
Members
| Member name | Description | |
|---|---|---|
| Regular |
Normal text.
| |
| Bold |
Bold text.
| |
| Italic |
Italic text.
| |
| Underline |
Underlined text.
| |
| Strikeout |
Text with a line through the middle.
|