Table of Contents

Property Width

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Width

Gets or sets this PdfColoredMarker line width in points.

public double Width { get; set; }

Property Value

double

This PdfColoredMarker line width in points.

Remarks

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

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.

ArgumentOutOfRangeException

value is less than 0.