PDFsharp-net6

FeatureNotAvailableAction

Namespace: PdfSharp

Defines the action to be taken if a requested feature is not available in the current build.

public enum FeatureNotAvailableAction

Inheritance ObjectValueTypeEnumFeatureNotAvailableAction
Implements IComparable, IFormattable, IConvertible

Fields

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.