Class DottedLineSeparator
- Namespace
- iTextSharp.text.pdf.draw
- Assembly
- iTextSharp.LGPLv2.Core.dll
Element that draws a dotted line from left to right. Can be added directly to a document or column. Can also be used to create a separator chunk. @since 2.1.2
public class DottedLineSeparator : LineSeparator, IDrawInterface, IElement
- Inheritance
-
DottedLineSeparator
- Implements
- Inherited Members
Constructors
DottedLineSeparator()
public DottedLineSeparator()
Properties
Gap
Setter for the gap between the center of the dots of the dotted line.
public float Gap { get; set; }
Property Value
Methods
Draw(PdfContentByte, float, float, float, float, float)
@see com.lowagie.text.pdf.draw.DrawInterface#draw(com.lowagie.text.pdf.PdfContentByte, float, float, float, float, float)
public override void Draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)