ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearXMPContactInfo Class / CiAdrExtadr Property




In This Topic
CiAdrExtadr Property
In This Topic
Gets or sets the contact information address part. It comprises an optional company name and all required information to locate the building or postbox to which mail should be sent. To that end, the address is a multiline field.
Syntax
'Declaration
 
Public Property CiAdrExtadr As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPContactInfo
Dim value As ImGearXMPString
 
instance.CiAdrExtadr = value
 
value = instance.CiAdrExtadr

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also