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

NameValueDescription
Continue0Used for continue flow.
Abort1Used for abort flow.

See Also