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

Inheritance: LineSeparator
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
gap float

Public Methods

Method Description
Draw ( PdfContentByte canvas, float llx, float lly, float urx, float ury, float y ) : void

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

Property Details

gap protected_oe property

protected float gap
return float