ImageGear v26.3 - Updated
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
    public ImGearXMPOECFSFR OECF {get; set;}
    public: __property ImGearXMPOECFSFR* get_OECF();
    public: __property void set_OECF( 
       ImGearXMPOECFSFR* value
    );
    public:
    property ImGearXMPOECFSFR^ OECF {
       ImGearXMPOECFSFR^ get();
       void set (    ImGearXMPOECFSFR^ value);
    }

    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