VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments.Pdf Namespace / PdfAnnotationComment Class / CreationDate Property
Syntax Requirements SeeAlso
In This Topic
    CreationDate Property (PdfAnnotationComment)
    In This Topic
    Gets or sets date and time when the comment was created.
    Syntax
    'Declaration
    
    Public Overrides Property CreationDate As System.DateTime
    
    
    public override System.DateTime CreationDate { get; set; }
    
    
    public: __property System.DateTime get_CreationDate(); override;
    public: __property void set_CreationDate(
    System.DateTime value
    ); override;
    public:
    property System.DateTime CreationDate { System.DateTime get() override;; void set(System.DateTime value) override;; }
    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