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 As Integer _
) As Integer
public int GetReducerWarningImageNumber(
int
)
public function GetReducerWarningImageNumber(
: Integer
): Integer;
public function GetReducerWarningImageNumber(
: int
) : int;
public: int GetReducerWarningImageNumber(
int
)
public:
int GetReducerWarningImageNumber(
int
)
Parameters
- WarningStatIdx
- The 0-based index of the warning status. It must be a value between 0 and GetWarningCount
See Also