Click or drag to resize
Pdf Library for .NET

PdfFormFieldWidgetsCollection Class

Represents the collection of the widgets associated with a pdf form field.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionPdfFormFieldWidget
    SelectPdfPdfFormFieldWidgetsCollection

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfFormFieldWidgetsCollection : Collection<PdfFormFieldWidget>
See Also