Skip to main content

PdfWidgetAnnotation.InteractiveFormField Property

Gets an interactive form field that the widget annotation used to represent the appearance of fields and to manage user interactions.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfInteractiveFormField InteractiveFormField { get; }

Property Value

Type Description
PdfInteractiveFormField

A PdfInteractiveFormField object that is the interactive form field for the widget annotation.

See Also