ImageGear Professional DLL v18.1 for Windows
IG_warning_clear
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Warning Functions > IG_warning_clear

Glossary Item Box

This function clears all warnings from the error stack.

Declaration:

  Copy Code
VOID ACCUAPI IG_warning_clear();

Arguments:

None

Return Value:

None

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

Example:

  Copy Code
IG_warning_clear();

Remarks:

After calling this function, IG_warning_check will return zero.

©2014. Accusoft Corporation. All Rights Reserved.