ImageGear .NET
Country Property (ImGearPhotoshopXMPMetadata)




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
public ImGearXMPString Country {get; set;}
public: __property ImGearXMPString* get_Country();
public: __property void set_Country( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Country {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback