ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCObjectTypeReference Structure / Name Field




In This Topic
    Name Field (ImGearIPTCObjectTypeReference)
    In This Topic
    Object Type Name.
    Syntax
    'Declaration
     
    Public Name As String
    'Usage
     
    Dim instance As ImGearIPTCObjectTypeReference
    Dim value As String
     
    value = instance.Name
     
    instance.Name = value
    public string Name
    public: string* Name
    public:
    String^ Name

    Field Value

    string value.
    Remarks
    This property contains an optional text representation of the Object Type Number.

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

    See Also