ImageGear v26.3 - Updated
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
    public ImGearXMPSeq<ImGearXMPRational> Values {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPRational*>* get_Values();
    public: __property void set_Values( 
       ImGearXMPSeq<ImGearXMPRational*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPRational^>^ Values {
       ImGearXMPSeq<ImGearXMPRational^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPRational^>^ value);
    }

    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