GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDFReducer Class / GetReducerWarningImageNumber Method
The 0-based index of the warning status. It must be a value between 0 and GdPicturePDFReducer.GetWarningCount





In This Topic
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 GdPicturePDFReducer.GetWarningCount
See Also