Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

public string Caption { get; }

Property Value

Type Description
String

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

See Also