VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class / DataType Property
Syntax Requirements SeeAlso
In This Topic
    DataType Property (PdfAttachmentCollectionSchemaField)
    In This Topic
    Gets the type of data that is stored in the field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The type of data that is stored in the field.")>
    Public ReadOnly Property DataType As AttachmentCollectionSchemaFieldDataType
    
    
    [Description("The type of data that is stored in the field.")]
    public AttachmentCollectionSchemaFieldDataType DataType { get; }
    
    
    [Description("The type of data that is stored in the field.")]
    public: __property AttachmentCollectionSchemaFieldDataType get_DataType();
    
    
    
    [Description("The type of data that is stored in the field.")]
    public:
    property AttachmentCollectionSchemaFieldDataType DataType { AttachmentCollectionSchemaFieldDataType get(); }
    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