VintaSoft Imaging .NET SDK 15.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class / DataType Property
Синтаксис Требования Смотрите также
В этом разделе
    DataType Свойство (PdfAttachmentCollectionSchemaField)
    В этом разделе
    Возвращает тип данных, хранящихся в поле.
    Синтаксис
    '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(); }
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также