Overview
ReturnAction is a enum in Aspose.PDF FOSS for .NET.
The ReturnAction enum is used by RichMediaAnnotation.Accept(visitor) to indicate whether the visitor should Continue processing or Abort.
This enumeration defines 2 values: Continue, Abort.
Values
| Value | Description |
|---|
Continue | |
Abort | |
See Also