ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCUNO Structure / ODE Field




In This Topic
    ODE Field
    In This Topic
    Object Descriptor Element (ODE).
    Syntax
    'Declaration
     
    Public ODE As String
    'Usage
     
    Dim instance As ImGearIPTCUNO
    Dim value As String
     
    value = instance.ODE
     
    instance.ODE = value
    public string ODE
    public: string* ODE
    public:
    String^ ODE

    Field Value

    string value.
    Remarks
    This property represents the ODE element of IPTC UNO structure. The ODE (Object Descriptor Element), in conjunction with the UCD and the IPR, ensures the uniqueness of the UNO. The provider may structure the element by use of a solidus '/' character.

    Contains a minimum of one and a maximum of 60 minus the number of IPR bytes, consisting of graphic characters, except colon ':' asterisk '*' and question mark '?'.

    See Also