Skip to main content

PdfAnnotation.Color Property

Gets the color of the annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v26.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfColor Color { get; }

Property Value

Type Description
PdfColor

A PdfColor object that is the annotation color.

See Also