Aspose::Pdf::ReturnAction enum
ReturnAction enum
Enum represented a program workflow action in case of invoking the IWarningCallback::Warning(Aspose::Pdf::WarningInfo) method.
enum class ReturnAction
Values
Name | Value | Description |
---|---|---|
Continue | 0 | Used for continue flow. |
Abort | 1 | Used for abort flow. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++