ImageGear for .NET
State Property




Gets or sets State property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property State As ImGearXMPString
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.State = value
 
value = instance.State
public ImGearXMPString State {get; set;}
public: __property ImGearXMPString* get_State();
public: __property void set_State( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ State {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback