PdfCaretAnnotationColor Property |
Namespace:
RadPdf.Data.Document.Objects.Annotations
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfColor Color { get; set; }
Public Property Color As PdfColor
Get
Set
Property Value
Type:
PdfColor
Remarks
This property can not be changed if IsLocked is true.
See Also