public final class ReturnAction
extends com.aspose.ms.System.Enum
Enum represented a program workflow action in case of invoking the
IWarningCallback.Warning(Aspose.Pdf.WarningInfo)
method.
Modifier and Type | Field and Description |
---|---|
static int |
Abort
Used for abort flow.
|
static int |
Continue
Used for continue flow.
|
public static final int Continue
Used for continue flow.
public static final int Abort
Used for abort flow.
Copyright © 2014 Aspose. All Rights Reserved.