Skip to main content

PdfAnnotation.AppearanceName Property

Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string AppearanceName { get; set; }

Property Value

Type Description
String

A String value that is the appearance name.

See Also