Enum PdfReaderProblemBehavior
Defines the action to be taken by PDFsharp if a problem occurs during reading a PDF file.
public enum PdfReaderProblemBehavior
Fields
LogError = 3
Log an error.
LogInformation = 1
Log an information.
LogWarning = 2
Log a warning.
SilentlyIgnore = 0
Silently ignore the parser error.
ThrowException = 4
Throw a parser exception.