Skip to main content

PdfWidgetAppearanceCharacteristics.Caption Property

Gets the widget annotation’s normal caption, which will be displayed when it is not interacting with the user.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Caption { get; }

Property Value

Type Description
String

A String value that is the widget annotation’s normal caption.

See Also