ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCUNO Structure / OVI Field




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

    Field Value

    string value.
    Remarks
    This property represents the OVI element of IPTC UNO structure. The OVI (Object Variant Indicator) indicates technical variants of the object such as partial objects, or changes of file formats, and coded character sets.

    Contains a minimum of one and a maximum of 9 bytes, consisting of graphic characters, except colon ':', asterisk '*' and question mark '?'.

    See Also