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

In This Topic
    PhotographicSensitivity Property
    In This Topic
    Gets or sets the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.
    Syntax
    'Declaration
     
    Public Property PhotographicSensitivity As System.Nullable(Of UShort)
    public System.Nullable<ushort> PhotographicSensitivity {get; set;}
    See Also