PdfDashPattern.Offset Property

Gets the distance from the start of a line to the beginning of the dash pattern.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Offset { get; }
VB
Public ReadOnly Property Offset As Double
	Get

Property Value

Type: Double
The distance from the start of a line to the beginning of the dash pattern.

See Also