'Declaration
Public Function GetReducerWarningStat( _ ByVal WarningStatIdx As Integer _ ) As PDFReducerWarningStatus
public PDFReducerWarningStatus GetReducerWarningStat( int WarningStatIdx )
public function GetReducerWarningStat( WarningStatIdx: Integer ): PDFReducerWarningStatus;
public function GetReducerWarningStat( WarningStatIdx : int ) : PDFReducerWarningStatus;
public: PDFReducerWarningStatus GetReducerWarningStat( int WarningStatIdx )
public: PDFReducerWarningStatus GetReducerWarningStat( int WarningStatIdx )
Parameters
- WarningStatIdx
- The 0-based index of the warning status. It must be a value between 0 and GetWarningCount
Return Value
A member of the PDFReducerWarningStatus enumeration.