In This Topic
The size of the output frames to be encoded
Syntax
'Declaration
Public Property OutputSize As System.Drawing.Size
'Usage
Dim instance As VideoCompressionOptions
Dim value As System.Drawing.Size
instance.OutputSize = value
value = instance.OutputSize
public System.Drawing.Size OutputSize {get; set;}
public read-write property OutputSize: System.Drawing.Size;
public function get,set OutputSize : System.Drawing.Size
public: __property System.Drawing.Size get_OutputSize();
public: __property void set_OutputSize(
System.Drawing.Size value
);
public:
property System.Drawing.Size OutputSize {
System.Drawing.Size get();
void set ( System.Drawing.Size value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also