ImageGear for .NET
ShotName Property




Gets or sets ShotName property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property ShotName As ImGearXMPString
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.ShotName = value
 
value = instance.ShotName
public ImGearXMPString ShotName {get; set;}
public: __property ImGearXMPString* get_ShotName();
public: __property void set_ShotName( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ ShotName {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies name of the shot or take.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback