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


IVideoExporter.ResizeExportWindow Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

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