In This Topic
Gets or sets the exposure index selected on the camera or input device at the time the image is captured.
Syntax
'Declaration
Public Property ExposureIndex As System.Nullable(Of Single)
public System.Nullable<float> ExposureIndex {get; set;}
See Also