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

In This Topic
    DateTimeOriginalRaw Property
    In This Topic
    Gets or sets the date and time when the original image data was generated.

    The format is "YYYY:MM:DD HH:MM:SS" with time shown in 24-hour format, and the date and time separated by one blank character.

    Syntax
    'Declaration
     
    Public Property DateTimeOriginalRaw As System.String
    public System.string DateTimeOriginalRaw {get; set;}
    See Also