Click or drag to resize
ReturnAction Enumeration
Enum represented a program workflow action in case of invoking the Warning(WarningInfo) method.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ReturnAction
Members
  Member nameValueDescription
Continue0 Used for continue flow.
Abort1 Used for abort flow.
See Also