C# Class iTextSharp.text.pdf.PdfFont

Inheritance: IComparable
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
hScale float
image Image

Private Properties

Property Type Description
PdfFont System
Width float
Width float
Width float

Public Methods

Method Description
CompareTo ( Object obj ) : int

Private Methods

Method Description
PdfFont ( BaseFont bf, float size ) : System
Width ( ) : float
Width ( String s ) : float
Width ( int character ) : float

Method Details

CompareTo() public method

public CompareTo ( Object obj ) : int
obj Object
return int

Property Details

hScale protected_oe property

protected float hScale
return float

image protected_oe property

protected Image image
return Image