VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class / PdfAttachmentCollectionSchemaField Constructor(PdfDocument,String,AttachmentCollectionSchemaFieldDataType)
Syntax Requirements SeeAlso
In This Topic
    PdfAttachmentCollectionSchemaField Constructor(PdfDocument,String,AttachmentCollectionSchemaFieldDataType)
    In This Topic
    Initializes a new instance of the PdfAttachmentCollectionSchemaField class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal document
    Parent PDF document.
    As Vintasoft.Imaging.Pdf.PdfDocument, _
    ByVal displayedName
    The textual field name that is displayed to the user by the PDF viewer application.
    As System.String, _
    ByVal dataType
    The type of data that is stored in the field.
    As AttachmentCollectionSchemaFieldDataType _
    )

    Parameters

    document
    Parent PDF document.
    displayedName
    The textual field name that is displayed to the user by the PDF viewer application.
    dataType
    The type of data that is stored in the field.
    Requirements

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

    See Also