VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceFieldItemList Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfInteractiveFormChoiceFieldItemList Class
    In This Topic
    Represents a list of PdfInteractiveFormChoiceFieldItem.
    Object Model
    PdfInteractiveFormChoiceFieldItem PdfDocument PdfIndirectReference PdfBasicObject PdfInteractiveFormChoiceFieldItemList
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class PdfInteractiveFormChoiceFieldItemList
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList(Of T)
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class PdfInteractiveFormChoiceFieldItemList : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T>
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class PdfInteractiveFormChoiceFieldItemList : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T*>*
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class PdfInteractiveFormChoiceFieldItemList : public 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.PdfInteractiveFormChoiceFieldItem>
             Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormChoiceFieldItemList

    Requirements

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

    See Also