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




In This Topic
    SubjectMatterName Field
    In This Topic
    Subject Matter Name.
    Syntax
    'Declaration
     
    Public SubjectMatterName As String
    'Usage
     
    Dim instance As ImGearIPTCSubjectReference
    Dim value As String
     
    value = instance.SubjectMatterName
     
    instance.SubjectMatterName = value
    public string SubjectMatterName
    public: string* SubjectMatterName
    public:
    String^ SubjectMatterName

    Field Value

    string value.
    Remarks
    This property contains a text representation of the Subject Matter Number.

    Contains a maximum of 64 bytes consisting of graphic characters plus spaces.

    See Also