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, Boolean)
Declaration
public PdfFont Find(string name, bool skipSubsetFonts = false)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
skipSubsetFonts |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|