In This Topic
The first frame of the video to export
Syntax
'Declaration
Public Property FirstFrame As System.Integer
'Usage
Dim instance As VideoCompressionOptions
Dim value As System.Integer
instance.FirstFrame = value
value = instance.FirstFrame
public System.int FirstFrame {get; set;}
public read-write property FirstFrame: System.Integer;
public function get,set FirstFrame : System.int
public: __property System.int get_FirstFrame();
public: __property void set_FirstFrame(
System.int value
);
public:
property System.int FirstFrame {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also