Click or drag to resize

PdfTextMarkupAnnotationColor Property

Gets or sets this PdfUnderlineAnnotation's color.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfColor Color { get; set; }

Property Value

Type: PdfColor
Remarks

This property can not be changed if IsLocked is true.

See Also