ArcObjects Library Reference (Output)  

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(
  VARIANT_BOOL bprogressive
);
[C++]

Parameters

bprogressive [out, retval]   bprogressive is a parameter of type VARIANT_BOOL bprogressive [in]   bprogressive is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IExportJPEG Interface