VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / DocumentCreationDate Property
Syntax Requirements SeeAlso
In This Topic
    DocumentCreationDate Property (PdfEncoderSettings)
    In This Topic
    Gets or sets the date and time the document was created.
    Syntax
    'Declaration
    
    Public Property DocumentCreationDate As System.DateTime
    
    
    public System.DateTime DocumentCreationDate { get; set; }
    
    
    public: __property System.DateTime get_DocumentCreationDate();
    public: __property void set_DocumentCreationDate(
    System.DateTime value
    );
    public:
    property System.DateTime DocumentCreationDate { 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: DateTime.MinValue.
    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