VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class / DataAsString Property
Syntax Requirements SeeAlso
In This Topic
    DataAsString Property (PdfAttachmentDataField)
    In This Topic
    Gets or sets the data of string type corresponding to the related entry in the file attachment collection schema field.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The data of string type corresponding to the related entry in the file attachment collection schema field.")>
    Public Property DataAsString As System.String
    
    
    [DefaultValue(null)]
    [Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")]
    public System.String DataAsString { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")]
    public: __property System.String get_DataAsString();
    public: __property void set_DataAsString(
    System.String value
    );
    [DefaultValue(null)]
    [Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")]
    public:
    property System.String DataAsString { System.String get(); void set(System.String value); }

    Property Value

    String value if field contains string value, i.e. schema field, associated with data field, has the data type AttachmentCollectionSchemaFieldDataType.String;
    otherwise, null.
    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