VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class / DataAsDate Property
Syntax Requirements SeeAlso
In This Topic
    DataAsDate Property (PdfAttachmentDataField)
    In This Topic
    Gets or sets the data of date type corresponding to the related entry in the file attachment collection schema field.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property DataAsDate As System.DateTime
    
    
    [Browsable(False)]
    public System.DateTime DataAsDate { get; set; }
    
    
    [Browsable(False)]
    public: __property System.DateTime get_DataAsDate();
    public: __property void set_DataAsDate(
    System.DateTime value
    );
    [Browsable(False)]
    public:
    property System.DateTime DataAsDate { System.DateTime get(); void set(System.DateTime value); }

    Property Value

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