ImageGear for .NET
FileDataRate Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property specifies file data rate in megabytes per second. For example: '36/10' = 3.6 MB/sec.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback