GdPicture image identifier.
Soften factor between 1 and 100.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ConvertBitonalToGrayScale Method

ConvertBitonalToGrayScale Method (GdPictureImaging)

In This Topic
Converts bitonal images to an enhanced 8-bit gray-scaled indexed color image. The color table has 256 entries.
Syntax
'Declaration

 

Public Function ConvertBitonalToGrayScale( _

   ByVal ImageID As Integer, _

   ByVal SoftenValue As Integer _

) As GdPictureStatus
public GdPictureStatus ConvertBitonalToGrayScale( 

   int ImageID,

   int SoftenValue

)
public function ConvertBitonalToGrayScale( 

    ImageID: Integer;

    SoftenValue: Integer

): GdPictureStatus; 
public function ConvertBitonalToGrayScale( 

   ImageID : int,

   SoftenValue : int

) : GdPictureStatus;
public: GdPictureStatus ConvertBitonalToGrayScale( 

   int ImageID,

   int SoftenValue

) 
public:

GdPictureStatus ConvertBitonalToGrayScale( 

   int ImageID,

   int SoftenValue

) 

Parameters

ImageID
GdPicture image identifier.
SoftenValue
Soften factor between 1 and 100.

Return Value

A member of the GdPictureStatus enumeration.
See Also