Class PdfFontCollection
Inheritance
System.Object
PdfFontCollection
Assembly: IronPdf.dll
Syntax
public class PdfFontCollection : ObservableCollection<PdfFont>
Properties
Item[String]
Declaration
public PdfFont this[string Name] { get; }
Parameters
Type |
Name |
Description |
System.String |
Name |
|
Property Value
Methods
Add(Byte[])
Declaration
public PdfFont Add(byte[] Data)
Parameters
Type |
Name |
Description |
System.Byte[] |
Data |
|
Returns
Add(String)
Declaration
public PdfFont Add(string Name)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
Returns
Find(String)
Declaration
public PdfFont Find(string Name)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|