iText 5

DashArrayElem

DashArrayElem Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser.LineDashPattern iTextSharp.text.pdf.parser.LineDashPattern.DashArrayElem[[DashArrayElem]] end

Members

Properties

Public properties

Type

Name

Methods

bool

IsGap

get, set

float

Value

get, set

Details

Constructors

DashArrayElem

Source code

public DashArrayElem(float val, bool isGap)

Arguments

Type

Name

Description

float

val

bool

isGap

Properties

Value

public float Value { get; set; }

IsGap

public bool IsGap { get; set; }

Generated with ModularDoc