ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCUNO Structure / IPR Field




In This Topic
IPR Field (ImGearIPTCUNO)
In This Topic
Information Provider Reference (IPR).
Syntax
'Declaration
 
Public IPR As String
 
'Usage
 
Dim instance As ImGearIPTCUNO
Dim value As String
 
value = instance.IPR
 
instance.IPR = value

Field Value

string value.
Remarks
This property represents the IPR element of IPTC UNO structure. The IPR (Information Provider Reference) specifies a name, registered with the IPTC/NAA, identifying the provider that guarantees the uniqueness of the UNO. It may assist in locating an object source.

Contains a minimum of one and a maximum of 32 bytes. A string of graphic characters, except colon ':' solidus '/', asterisk '*' and question mark '?', registered with, and approved by, the IPTC.

See Also