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

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

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