This document is archived and information here might be outdated.  Recommended version.


IVideoExporter.ResizeExportWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.ResizeExportWindow Property
ArcGIS Developer Help

IVideoExporter.ResizeExportWindow Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVideoExporter Interface