VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class / DataAsString Property
Синтаксис Требования Смотрите также
В этом разделе
    DataAsString Свойство (PdfAttachmentDataField)
    В этом разделе
    Возвращает или задает данные строкового типа, соответствующие связанной записи в поле схемы коллекции вложенных файлов.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The data of string type corresponding to the related entry in the file attachment collection schema field.")>
    <DefaultValueAttribute(null)>
    Public Property DataAsString As System.String
    
    
    [Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")]
    [DefaultValue(null)]
    public System.String DataAsString { get; set; }
    
    
    [Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")]
    [DefaultValue(null)]
    public: __property System.String get_DataAsString();
    public: __property void set_DataAsString(
    System.String value
    );
    [Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")]
    [DefaultValue(null)]
    public:
    property System.String DataAsString { System.String get(); void set(System.String value); }

    Property Value

    Строковое значение, если поле содержит строковое значение, т. е. поле схемы, связанное с полем данных, имеет тип данных AttachmentCollectionSchemaFieldDataType.String;
    в противном случае null.
    Требования

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

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