VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormFieldList Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
PdfInteractiveFormFieldList Class
In This Topic
Represents a collection of PdfInteractiveFormField objects.
Object Model
PdfInteractiveFormField PdfInteractiveFormField PdfDocument PdfIndirectReference PdfBasicObject PdfInteractiveFormFieldList
Syntax
'Declaration

<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public NotInheritable Class PdfInteractiveFormFieldList
   Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList(Of T)

[DefaultMember("Item")]
[DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public sealed class PdfInteractiveFormFieldList : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T>

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
      Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField>
         Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormFieldList

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also