GdPicture image identifier.





In This Topic

IsNegative Method (GdPictureImaging)

In This Topic
Determines whether a GdPicture image (document) is negative.
Syntax
'Declaration
 
Public Function IsNegative( _
   ByVal ImageID As Integer _
) As Boolean
public bool IsNegative( 
   int ImageID
)
public function IsNegative( 
    ImageID: Integer
): Boolean; 
public function IsNegative( 
   ImageID : int
) : boolean;
public: bool IsNegative( 
   int ImageID
) 
public:
bool IsNegative( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

True if it is a Negative image, else False.
Remarks
Use the GetStat() method to check if this method has completed successfully.

This method requires the Image Documents component to run.

See Also