In This Topic

GetWarningCount Method (GdPicturePDFReducer)

In This Topic
Returns the number of warnings raised during the last reduction process operated by the current GdPicturePDFReducer instance.
Syntax
'Declaration
 
Public Function GetWarningCount() As Integer
public int GetWarningCount()
public function GetWarningCount(): Integer; 
public function GetWarningCount() : int;
public: int GetWarningCount(); 
public:
int GetWarningCount(); 
See Also