GetReducerWarningPageNumber Method (GdPicturePDFReducer)
In This Topic
Returns the number of the page that caused the warning specified by the provided index to be raised.
Syntax
'Declaration
Public Function GetReducerWarningPageNumber( _
ByVal As Integer _
) As Integer
public int GetReducerWarningPageNumber(
int
)
public function GetReducerWarningPageNumber(
: Integer
): Integer;
public function GetReducerWarningPageNumber(
: int
) : int;
public: int GetReducerWarningPageNumber(
int
)
public:
int GetReducerWarningPageNumber(
int
)
Parameters
- WarningStatIdx
- The 0-based index of the warning status. It must be a value between 0 and GetWarningCount
See Also