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




In This Topic
CiAdrPcode Property
In This Topic
Gets or sets the contact information part denoting the local postal code.
Syntax
'Declaration
 
Public Property CiAdrPcode As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPContactInfo
Dim value As ImGearXMPString
 
instance.CiAdrPcode = value
 
value = instance.CiAdrPcode

Property Value

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