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
    SelectPdf.FormsPdfFormFieldWidgetsCollection

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