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

Inheritance: VerticalPositionMark
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
alignment int
lineColor iTextSharp.text.BaseColor
lineWidth float
percentage float

Public Methods

Method Description
Draw ( PdfContentByte canvas, float llx, float lly, float urx, float ury, float y ) : void
DrawLine ( PdfContentByte canvas, float leftX, float rightX, float y ) : void
LineSeparator ( ) : System
LineSeparator ( float lineWidth, float percentage, BaseColor lineColor, int align, 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

DrawLine() public method

public DrawLine ( PdfContentByte canvas, float leftX, float rightX, float y ) : void
canvas iTextSharp.text.pdf.PdfContentByte
leftX float
rightX float
y float
return void

LineSeparator() public method

public LineSeparator ( ) : System
return System

LineSeparator() public method

public LineSeparator ( float lineWidth, float percentage, BaseColor lineColor, int align, float offset ) : System
lineWidth float
percentage float
lineColor iTextSharp.text.BaseColor
align int
offset float
return System

Property Details

alignment protected property

protected int alignment
return int

lineColor protected property

protected BaseColor,iTextSharp.text lineColor
return iTextSharp.text.BaseColor

lineWidth protected property

protected float lineWidth
return float

percentage protected property

protected float percentage
return float