PdfMarker.Width Property

Gets or sets the marker line width in points.

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

Syntax

C#
public int Width { get; set; }
VB
Public Property Width As Integer
	Get
	Set

Property Value

Type: Int32
The marker line width in points.

Remarks

The value 0 means the marker line won't be visible. Negative values are not allowed.

See Also