IsNegative Method (GdPictureImaging)
Determines whether a GdPicture image (document) is negative.
public bool IsNegative(
int
)
public function IsNegative(
: Integer
): Boolean;
public function IsNegative(
: int
) : boolean;
public: bool IsNegative(
int
)
public:
bool IsNegative(
int
)
'Declaration
Public Function IsNegative( _
ByVal As Integer _
) As Boolean
Parameters
- ImageID
- GdPicture image identifier.
Return Value
True if it is a Negative image, else False.