Class PdfWArray
Array class used to represent the /W entry in the CIDFont dictionary.
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 PdfWArray : PdfObject
Constructors
PdfWArray(Int32)
Declaration
public PdfWArray(int startCID)
Parameters
System.Int32
startCID
|
Methods
AddEntry(Int32[])
Declaration
public void AddEntry(int[] widths)
Parameters
System.Int32[]
widths
|