Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / DateTimeDigitized Property

In This Topic
    DateTimeDigitized Property
    In This Topic
    Gets or sets the date and time when the image was stored as digital data.
    Syntax
    'Declaration
     
    Public Property DateTimeDigitized As System.Nullable(Of Date)
    public System.Nullable<DateTime> DateTimeDigitized {get; set;}
    See Also