ImageGear .NET v24.12 - Updated
Value Property (ImGearXMPTime)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTime Class : Value Property
Gets or sets the time value in the specified scale.
Syntax
'Declaration
 
Public Property Value As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPTime
Dim value As ImGearXMPInteger
 
instance.Value = value
 
value = instance.Value
public ImGearXMPInteger Value {get; set;}
public: __property ImGearXMPInteger* get_Value();
public: __property void set_Value( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Value {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

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

Reference

ImGearXMPTime Class
ImGearXMPTime Members