ImageGear for .NET
Path Property (ImGearXMPMedia)




Gets or sets the location of the media.
Syntax
'Declaration
 
Public Property Path As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPMedia
Dim value As ImGearXMPString
 
instance.Path = value
 
value = instance.Path
public ImGearXMPString Path {get; set;}
public: __property ImGearXMPString* get_Path();
public: __property void set_Path( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Path {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPMedia Class
ImGearXMPMedia Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback