This document is archived and information here might be outdated. Recommended version. |
Indicates if the viewer window is to be resized during video export.
[Visual Basic .NET]
Public Property ResizeExportWindow As Boolean
[C#]
public bool ResizeExportWindow {get; set;}
[C++]
HRESULT get_ResizeExportWindow(
VARIANT_BOOL pbResizeExportWindow
);
[C++]
HRESULT put_ResizeExportWindow(
Boolean* pbResizeExportWindow
);
[C++] Parameters pbResizeExportWindow [in]
pbResizeExportWindow is a parameter of type bool pbResizeExportWindow [out, retval]
pbResizeExportWindow is a parameter of type bool*