DottedLineSeparator Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.draw iTextSharp.text.pdf.draw.DottedLineSeparator[[DottedLineSeparator]] iTextSharp.text.pdf.draw.LineSeparator[[LineSeparator]] end iTextSharp.text.pdf.draw.LineSeparator --> iTextSharp.text.pdf.draw.DottedLineSeparator
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
canvas, |
Details
Inheritance
Constructors
DottedLineSeparator
Source code
public DottedLineSeparator()
Methods
Draw
Source code
public override void Draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
canvas |
|
|
|
llx |
|
|
|
lly |
|
|
|
urx |
|
|
|
ury |
|
|
|
y |
Properties
Gap
public virtual float Gap { get; set; }
Generated with ModularDoc