ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCSubjectReference Structure / IPR Field




In This Topic
    IPR Field (ImGearIPTCSubjectReference)
    In This Topic
    Information Provider Reference.
    Syntax
    'Declaration
     
    Public IPR As String
    'Usage
     
    Dim instance As ImGearIPTCSubjectReference
    Dim value As String
     
    value = instance.IPR
     
    instance.IPR = value
    public string IPR
    public: string* IPR
    public:
    String^ IPR

    Field Value

    string value.
    Remarks
    A name, registered with the IPTC/NAA, identifying the provider that provides an indicator of the SDR content. The default value for the IPR is "IPTC" and is mandatory if the Subject Reference exists in the IPTC coding scheme.

    Contains 1-32 bytes.

    See Also