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


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

IVideoExporter2.ImageFormat Property

The source format of images to be used when exporting a video.

[Visual Basic .NET]
Public Property ImageFormat As String
[C#]
public string ImageFormat {get; set;}
[C++]
HRESULT get_ImageFormat(
  BSTR pImageFormat
);
[C++]
HRESULT put_ImageFormat(
  System.String* pImageFormat
);
[C++]
Parameters
pImageFormat [in]

pImageFormat is a parameter of type BSTR pImageFormat [out, retval]
pImageFormat is a parameter of type BSTR*

Product Availability

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

See Also

IVideoExporter2 Interface