ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ISOSpeedRatings Property




In This Topic
ISOSpeedRatings Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets ISOSpeedRatings property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ISOSpeedRatings As ImGearXMPSeq(Of ImGearXMPInteger)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPInteger)
 
instance.ISOSpeedRatings = value
 
value = instance.ISOSpeedRatings

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
Remarks
This XMP property represents EXIF tag 34855 (0x8827) and specifies ISO Speed and ISO Latitude of the input device as specified in ISO 12232.
See Also