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


IExportJPEG.ProgressiveMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportJPEG Interface > IExportJPEG.ProgressiveMode Property
ArcGIS Developer Help

IExportJPEG.ProgressiveMode Property

The progressive JPEG export mode.

[Visual Basic .NET]
Public Property ProgressiveMode As Boolean
[C#]
public bool ProgressiveMode {get; set;}
[C++]
HRESULT get_ProgressiveMode(
  VARIANT_BOOL bprogressive
);
[C++]
HRESULT put_ProgressiveMode(
  Boolean* bprogressive
);
[C++]
Parameters
bprogressive [in]

bprogressive is a parameter of type bool bprogressive [out, retval]
bprogressive is a parameter of type bool*

Product Availability

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

See Also

IExportJPEG Interface