VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WinTwain.ImageEncoders Namespace / TwainPdfDocumentInfo Class / CreationDate Property
Syntax Requirements SeeAlso
In This Topic
    CreationDate Property (TwainPdfDocumentInfo)
    In This Topic
    The date and time the document was created.
    Syntax
    'Declaration
    
    Public Property CreationDate As System.DateTime
    
    
    public System.DateTime CreationDate { get; set; }
    
    
    public: __property System.DateTime get_CreationDate();
    public: __property void set_CreationDate(
    System.DateTime value
    );
    public:
    property System.DateTime CreationDate { System.DateTime get(); void set(System.DateTime value); }

    Property Value

    Creation date tag is not saved to PDF document if value of this property is set to DateTime.MinValue.
    Default value is DateTime.MinValue.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also