ImageGear for .NET
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback