PreviewZoomSize
Delphi
property PreviewZoomSize: LongInt read GetPreviewZoomSize write SetPreviewZoomSize default DEF_PreviewZoomSize;
C++Builder
__property System::LongInt PreviewZoomSize = {read=GetPreviewZoomSize, write=SetPreviewZoomSize, default=100};
C#
public int PreviewZoomSize { get; set; }
VB.NET
Public Property PreviewZoomSize As Integer
C++/Qt
int GetPreviewZoomSize ();
void SetPreviewZoomSize (int Value);
Modifies the size of the preview window (in percent of the native video width and height). Default value: 100 (percent).