This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportJPEG Interface > IExportJPEG.ProgressiveMode Property (ArcObjects .NET 10.5 SDK) |
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