The 0-based index of the warning status. It must be a value between 0 and GetWarningCount





In This Topic
GdPicture14 Namespace / GdPicturePDFReducer Class / GetReducerWarningImageNumber Method

GetReducerWarningImageNumber Method (GdPicturePDFReducer)

In This Topic
Returns the number of the image (relatively to the page) that caused the warning specified by the provided index to be raised.
Syntax
'Declaration
 
Public Function GetReducerWarningImageNumber( _
   ByVal WarningStatIdx As Integer _
) As Integer
public int GetReducerWarningImageNumber( 
   int WarningStatIdx
)
public function GetReducerWarningImageNumber( 
    WarningStatIdx: Integer
): Integer; 
public function GetReducerWarningImageNumber( 
   WarningStatIdx : int
) : int;
public: int GetReducerWarningImageNumber( 
   int WarningStatIdx
) 
public:
int GetReducerWarningImageNumber( 
   int WarningStatIdx
) 

Parameters

WarningStatIdx
The 0-based index of the warning status. It must be a value between 0 and GetWarningCount
See Also