ImageGear for .NET
VideoPixelAspectRatio Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property specifies aspect ratio, expressed as ht/wd. For example: '648/720' = 0.9.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback