ArcObjects Library Reference (Animation)  

ISequentialImageExporter.ImageFormat Property

The image format to be used during sequential image export.

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

Parameters

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

Product Availability

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

See Also

ISequentialImageExporter Interface