 |
PdfFormFieldWidgetsCollection Class |
Represents the collection of the widgets associated with a pdf form field.
Inheritance HierarchySystemObject System.Collections.ObjectModelCollectionPdfFormFieldWidget SelectPdfPdfFormFieldWidgetsCollection
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntaxpublic class PdfFormFieldWidgetsCollection : Collection<PdfFormFieldWidget>
Public Class PdfFormFieldWidgetsCollection
Inherits Collection(Of PdfFormFieldWidget)
See Also