GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / IsNegative Method
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
 

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