Class FontInfo
Inheritance
System.Object
FontInfo
Assembly: IronPdf.dll
Syntax
public class FontInfo : Object
Constructors
FontInfo(Int32, UInt32, Boolean, String, FontType, UInt32)
Declaration
public FontInfo(int id, uint obj_num, bool is_embedded, string name, FontType type, uint descendantFontObjNum = 0U)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.UInt32 |
obj_num |
|
System.Boolean |
is_embedded |
|
System.String |
name |
|
FontType |
type |
|
System.UInt32 |
descendantFontObjNum |
|
Properties
DescendantFontObjNum
Declaration
public uint DescendantFontObjNum { get; }
Property Value
Type |
Description |
System.UInt32 |
|
ID
Declaration
Property Value
Type |
Description |
System.Int32 |
|
IsEmbedded
Declaration
public bool IsEmbedded { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
ObjNum
Declaration
public uint ObjNum { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Type
Declaration
public FontType Type { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|