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(
  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

Product Availability

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

See Also

IVideoExporter Interface