Class PdfCIDSystemInfo
A dictionary containing entries that define the character collection of the CIDFont.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfCIDSystemInfo : PdfDictionary, IEnumerable
Constructors
PdfCIDSystemInfo()
Declaration
public PdfCIDSystemInfo()
PdfCIDSystemInfo(String, String, Int32)
Declaration
public PdfCIDSystemInfo(string registry, string ordering, int supplement)
Parameters
System.String
registry
|
System.String
ordering
|
System.Int32
supplement
|
Fields
DefaultOrdering
Declaration
public const string DefaultOrdering = "Identity"
Field Value
System.String
|
DefaultRegistry
Declaration
public const string DefaultRegistry = "Adobe"
Field Value
System.String
|
DefaultSupplement
Declaration
public const int DefaultSupplement = 0
Field Value
System.Int32
|