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

In This Topic
    SubsecTimeDigitized Property
    In This Topic
    Gets or sets the fractions of seconds for the DateTimeDigitized tag.

    The value is between 0.0 and 1.0.

    Syntax
    'Declaration
     
    Public Property SubsecTimeDigitized As System.Nullable(Of Double)
    public System.Nullable<double> SubsecTimeDigitized {get; set;}
    See Also