ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / VideoPixelAspectRatio Property




In This Topic
    VideoPixelAspectRatio Property
    In This Topic
    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