ImageGear for .NET
TrackNumber Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies numeric value indicating the order of the audio file within its original recording.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback