ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Photoshop Namespace / ImGearPhotoshopXMPMetadata Class / Country Property




In This Topic
Country Property (ImGearPhotoshopXMPMetadata)
In This Topic
Gets or sets Country property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property Country As ImGearXMPString
 
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.Country = value
 
value = instance.Country

Property Value

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