ImageGear for .NET
Instructions Property (ImGearPhotoshopXMPMetadata)




Gets or sets Instructions property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property Instructions As ImGearXMPString
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.Instructions = value
 
value = instance.Instructions
public ImGearXMPString Instructions {get; set;}
public: __property ImGearXMPString* get_Instructions();
public: __property void set_Instructions( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Instructions {
   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