|
PdfFormFieldWidgetsCollection Class |
Represents the collection of the widgets associated with a pdf form field.
Inheritance Hierarchy SystemObject System.Collections.ObjectModelCollectionPdfFormFieldWidget SelectPdf.FormsPdfFormFieldWidgetsCollection
Namespace:
SelectPdf.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public class PdfFormFieldWidgetsCollection : Collection<PdfFormFieldWidget>
Public Class PdfFormFieldWidgetsCollection
Inherits Collection(Of PdfFormFieldWidget)
See Also