C# Class iTextSharp.text.pdf.draw.VerticalPositionMark

Inheritance: IDrawInterface, IElement
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
drawInterface IDrawInterface
offset float

Méthodes publiques

Méthode Description
Draw ( PdfContentByte canvas, float llx, float lly, float urx, float ury, float y ) : void
IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool
VerticalPositionMark ( ) : System
VerticalPositionMark ( IDrawInterface drawInterface, float offset ) : System

Method Details

Draw() public méthode

public Draw ( PdfContentByte canvas, float llx, float lly, float urx, float ury, float y ) : void
canvas iTextSharp.text.pdf.PdfContentByte
llx float
lly float
urx float
ury float
y float
Résultat void

IsContent() public méthode

public IsContent ( ) : bool
Résultat bool

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool

Process() public méthode

public Process ( IElementListener listener ) : bool
listener IElementListener
Résultat bool

VerticalPositionMark() public méthode

public VerticalPositionMark ( ) : System
Résultat System

VerticalPositionMark() public méthode

public VerticalPositionMark ( IDrawInterface drawInterface, float offset ) : System
drawInterface IDrawInterface
offset float
Résultat System

Property Details

drawInterface protected_oe property

protected IDrawInterface drawInterface
Résultat IDrawInterface

offset protected_oe property

protected float offset
Résultat float