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




In This Topic
Name Field (ImGearIPTCObjectAttributeReference)
In This Topic
Object Attribute Name.
Syntax
'Declaration
 
Public Name As String
 
'Usage
 
Dim instance As ImGearIPTCObjectAttributeReference
Dim value As String
 
value = instance.Name
 
instance.Name = value

Field Value

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

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

See Also