ImageGear v26.0 - Updated
Scene Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : Scene Property
Gets or sets Scene property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Scene As ImGearXMPString
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.Scene = value
 
value = instance.Scene
public ImGearXMPString Scene {get; set;}
public: __property ImGearXMPString* get_Scene();
public: __property void set_Scene( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Scene {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.