Class PdfFontEventArgs
Inheritance
System.Object
PdfFontEventArgs
Namespace: Syncfusion.Pdf.Parsing
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public class PdfFontEventArgs : Object
Properties
FontName
Declaration
public string FontName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FontStream
Declaration
public Stream FontStream { get; set; }
Property Value
| Type | Description |
|---|---|
| System.IO.Stream |
FontStyle
Declaration
public PdfFontStyle FontStyle { get; }
Property Value
| Type | Description |
|---|---|
| PdfFontStyle |