Class PdfColoredMarker
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Describes color, width, style, and dash pattern of lines and borders for certain widgets and controls. The following classes make use of this one: PdfActionArea, PdfControl, PdfFreeTextAnnotation.
public class PdfColoredMarker
- Inheritance
-
PdfColoredMarker
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Color
Gets or sets the color of the marker.
- DashPattern
Gets or sets this PdfColoredMarker dash pattern.
- Style
Gets or sets this PdfColoredMarker line style.
- Width
Gets or sets this PdfColoredMarker line width in points.