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




In This Topic
    VideoFrameSize Property
    In This Topic
    Gets or sets VideoFrameSize property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property VideoFrameSize As ImGearXMPDimensions
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPDimensions
     
    instance.VideoFrameSize = value
     
    value = instance.VideoFrameSize
    public ImGearXMPDimensions VideoFrameSize {get; set;}
    public: __property ImGearXMPDimensions* get_VideoFrameSize();
    public: __property void set_VideoFrameSize( 
       ImGearXMPDimensions* value
    );
    public:
    property ImGearXMPDimensions^ VideoFrameSize {
       ImGearXMPDimensions^ get();
       void set (    ImGearXMPDimensions^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPDimensions class value.
    Remarks
    This XMP property specifies frame size. For example: w:720, h: 480, unit:pixels.
    See Also