Back to Devexpress

PdfAnnotation.AppearanceName Property

officefileapi-devexpress-dot-pdf-dot-pdfannotation-f76ee7ef.md

latest1.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public string AppearanceName { get; set; }
vb
Public Property AppearanceName As String

Property Value

TypeDescription
String

A String value that is the appearance name.

|

See Also

PdfAnnotation Class

PdfAnnotation Members

DevExpress.Pdf Namespace