Class CidGlyphWidths
Inheritance
System.Object
CidGlyphWidths
Assembly: IronPdf.dll
Syntax
public class CidGlyphWidths : Object, ICidGlyphWidths
Properties
IsArray
Declaration
public bool IsArray { get; protected set; }
Property Value
Type |
Description |
System.Boolean |
|
Values
Declaration
public IReadOnlyList<float> Values { get; protected set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.Single> |
|
ValuesList
Declaration
public float[] ValuesList { get; protected set; }
Property Value
Type |
Description |
System.Single[] |
|
Implements