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


IExportJPEG.ProgressiveMode Property (ArcObjects .NET 10.6 SDK)
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(
  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