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




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

Property Value

ImGearXMPOECFSFR class value.
Remarks
This XMP property represents EXIF tag 34856 (0x8828) and specifies Opto-Electronic Conversion Function as specified in ISO 14524.
See Also