PdfDashPattern Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfDashPattern[[PdfDashPattern]]
iTextSharp.text.pdf.PdfArray[[PdfArray]]
end
iTextSharp.text.pdf.PdfArray --> iTextSharp.text.pdf.PdfDashPattern
Members
Methods
Public methods
Details
Inheritance
Constructors
PdfDashPattern [1/4]
Source code
public PdfDashPattern()
PdfDashPattern [2/4]
Source code
public PdfDashPattern(float dash)
Arguments
Type | Name | Description |
---|
float | dash | |
PdfDashPattern [3/4]
Source code
public PdfDashPattern(float dash, float gap)
Arguments
Type | Name | Description |
---|
float | dash | |
float | gap | |
PdfDashPattern [4/4]
Source code
public PdfDashPattern(float dash, float gap, float phase)
Arguments
Type | Name | Description |
---|
float | dash | |
float | gap | |
float | phase | |
Methods
Add
Source code
public virtual void Add(float n)
Arguments
Type | Name | Description |
---|
float | n | |
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
Generated with ModularDoc