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

Inheritance: IDrawInterface, IElement
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
drawInterface IDrawInterface
offset float

Public Methods

Method 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 method

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
return void

IsContent() public method

public IsContent ( ) : bool
return bool

IsNestable() public method

public IsNestable ( ) : bool
return bool

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool

VerticalPositionMark() public method

public VerticalPositionMark ( ) : System
return System

VerticalPositionMark() public method

public VerticalPositionMark ( IDrawInterface drawInterface, float offset ) : System
drawInterface IDrawInterface
offset float
return System

Property Details

drawInterface protected_oe property

protected IDrawInterface drawInterface
return IDrawInterface

offset protected_oe property

protected float offset
return float