Represents a font in the PDF document.
| C# | Visual Basic | Visual C++ |
public class PdfFont
Public Class PdfFont
public ref class PdfFont
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Clone(Document) |
Creates a clone of this font in the specified document.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FontBaseFamily |
Gets the predefined family name.
| |
| FontFamily |
Gets the name of the font family.
| |
| GetCharWidth(Char) |
Gets the width of the specified character in points.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSystemFont()()()() |
Converts this font to a corresponding system font.
| |
| GetTextSize(String) |
Gets the size of the specified string in points.
| |
| GetTextWidth(String) |
Get the width in points of the specified string.
| |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Height |
Gets the font height.
| |
| IsStrikeout |
A flag to indicate if the font is strikeout.
| |
| IsUnderline |
A flag to indicate if the font is underline.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Size |
Gets or sets font size in points.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| PdfFont | |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)