Gets EXIF_ISOSpeedRatings property.

CCD sensitivity equivalent to Ag-Hr film speedrate.

"0" for all values means "unspecified".

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetEXIF_ISOSpeedRatings(
	int index,
	int value
)
Public Sub SetEXIF_ISOSpeedRatings ( _
	index As Integer, _
	value As Integer _
)
public:
void SetEXIF_ISOSpeedRatings(
	int index, 
	int value
)

Parameters

index
Int32
Index of the property (0..1).
value
Int32
EXIF_ISOSpeedRatings[] value.

See Also