ImageGear .NET - Updated
VideoFrameSize Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : VideoFrameSize Property
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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members