officefileapi-devexpress-dot-pdf-dot-pdfformfieldfacade-2-6cbecb99.md
A generic form field facade class that allows you to retrieve the annotation widget properties.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public abstract class PdfFormFieldFacade<TWidget, TField> :
PdfFormFieldFacade
where TWidget : PdfWidgetFacade
Public MustInherit Class PdfFormFieldFacade(Of TWidget As PdfWidgetFacade, TField As PdfInteractiveFormField)
Inherits PdfFormFieldFacade
| Name | Description |
|---|---|
| TWidget |
A PdfWidgetFacade object that provides the class descendant (the PdfFormFieldFacade class) with access to the form field widget.
| | TField |
A PdfInteractiveFormField object that provides the class descendant (the PdfFormFieldFacade class) with access to inner form field properties.
|
Show 11 items
Object PdfFormFieldFacade PdfFormFieldFacade<TWidget, TField> PdfButtonFormFieldFacade
See Also