Namespace: PdfSharp
Defines the action to be taken if a requested feature is not available in the current build.
public enum FeatureNotAvailableAction
Inheritance Object → ValueType → Enum → FeatureNotAvailableAction
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| DoNothing | 0 | Do nothing. |
| LogInformation | 2 | The log warning. |
| LogWarning | 3 | The log warning. |
| LogError | 4 | The log error. |
| FailWithException | 1 | The fail with exception. |