Class FontInfo
Inheritance
System.Object
FontInfo
Assembly: IronPdf.dll
Syntax
public class FontInfo : Object
Properties
DescendantFontObjNum
Declaration
public uint DescendantFontObjNum { get; }
Property Value
Type |
Description |
System.UInt32 |
|
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 |
|