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


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

IExportGIF.BiLevelThreshold Property

The Threshold value for BiLevel images. The Threshold value will be used if esriExportImageType equal to esriExportImageTypeBiLevelThreshold.

[Visual Basic .NET]
Public Property BiLevelThreshold As Integer
[C#]
public int BiLevelThreshold {get; set;}
[C++]
HRESULT get_BiLevelThreshold(
  Long threshold
);
[C++]
HRESULT put_BiLevelThreshold(
  System.Int32* threshold
);
[C++]
Parameters
threshold [in]

threshold is a parameter of type int threshold [out, retval]
threshold is a parameter of type int*

Product Availability

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

See Also

IExportGIF Interface