VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class / DataFields Property
Syntax Requirements SeeAlso
In This Topic
    DataFields Property (PdfAttachmentFolder)
    In This Topic
    Gets or sets the data field collection, which is used to create the user interface for file attachments.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property DataFields As PdfAttachmentDataFieldCollection
    
    
    [Browsable(False)]
    public PdfAttachmentDataFieldCollection DataFields { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfAttachmentDataFieldCollection* get_DataFields();
    public: __property void set_DataFields(
    PdfAttachmentDataFieldCollection* value
    );
    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