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




In This Topic
Values Property (ImGearXMPOECFSFR)
In This Topic
Gets or sets OECF/SFR values.
Syntax
'Declaration
 
Public Property Values As ImGearXMPSeq(Of ImGearXMPRational)
 
'Usage
 
Dim instance As ImGearXMPOECFSFR
Dim value As ImGearXMPSeq(Of ImGearXMPRational)
 
instance.Values = value
 
value = instance.Values

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPRational type parameter.
Remarks
OECF/SFR values are ordered as follows:

value [0,0]

...

value [n - 1, 0]

value [0, m - 1]

...

value [n - 1, m - 1]

where n is number of columns, and m is number of rows.

See Also