Class PdfType1Font
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 sealed class PdfType1Font : PdfFont, IEnumerable
Constructors
PdfType1Font(PdfObjectId, String, String)
Declaration
public PdfType1Font(PdfObjectId objectId, string fontName, string baseFont)
Parameters
PdfObjectId
objectId
|
System.String
fontName
|
System.String
baseFont
|
Properties
Encoding
Sets a value representing the character encoding.
Declaration
public PdfName Encoding { set; }
Property Value
PdfName
|