'DeclarationPublic Function ConvertTo1BppBradley( _ ByVal ImageID As Integer, _ ByVal Threshold As Byte _ ) As GdPictureStatus
public GdPictureStatus ConvertTo1BppBradley( int ImageID, byte Threshold )
public function ConvertTo1BppBradley( ImageID: Integer; Threshold: Byte ): GdPictureStatus;
public function ConvertTo1BppBradley( ImageID : int, Threshold : byte ) : GdPictureStatus;
public: GdPictureStatus ConvertTo1BppBradley( int ImageID, byte Threshold )
public: GdPictureStatus ConvertTo1BppBradley( int ImageID, byte Threshold )
Parameters
- ImageID
 - GdPicture image identifier.
 - Threshold
 - Value between [0 and 254]. Specifies the aggressiveness of the method. Suggested value is 38. Higher is the value, whiter the resulting bitmap will be.
 
Return Value
            A member of the GdPictureStatus enumeration.
            
