|
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: 24.1
Syntax public class PdfFormFieldWidgetsCollection : Collection<PdfFormFieldWidget>
Public Class PdfFormFieldWidgetsCollection
Inherits Collection(Of PdfFormFieldWidget)
See Also