C# Class iTextSharp.text.factories.RomanNumberFactory.RomanDigit

Datei anzeigen Open project: mapo80/iTextSharp-Monotouch

Public Properties

Property Type Description
digit char
pre bool
value int

Private Methods

Method Description
RomanDigit ( char digit, int value, bool pre ) : System

Property Details

digit public_oe property

public char digit
return char

pre public_oe property

public bool pre
return bool

value public_oe property

public int value
return int