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





In This Topic
GdPicture14 Namespace / GdPicturePDFReducer Class / GetReducerWarningPageNumber Method

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 WarningStatIdx As Integer _
) As Integer
public int GetReducerWarningPageNumber( 
   int WarningStatIdx
)
public function GetReducerWarningPageNumber( 
    WarningStatIdx: Integer
): Integer; 
public function GetReducerWarningPageNumber( 
   WarningStatIdx : int
) : int;
public: int GetReducerWarningPageNumber( 
   int WarningStatIdx
) 
public:
int GetReducerWarningPageNumber( 
   int WarningStatIdx
) 

Parameters

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