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





In This Topic
GdPicture14 Namespace / GdPicturePDFReducer Class / GetReducerWarningStat Method

GetReducerWarningStat Method (GdPicturePDFReducer)

In This Topic
Returns the warning status corresponding to the index provided as parameter.
Syntax
'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.
See Also