This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.ResizeExportWindow Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL pbResizeExportWindow
);
[C++]
Parameters pbResizeExportWindow [out, retval] pbResizeExportWindow is a parameter of type VARIANT_BOOL pbResizeExportWindow [in] pbResizeExportWindow is a parameter of type VARIANT_BOOL