iText 8.0.2 API
|
Enumeration representing the strictness level for reading. More...
Public Member Functions |
|
bool | IsStricter (PdfReader.StrictnessLevel compareWith) |
Checks whether the current instance represents more strict reading level than the provided one. More... |
|
Static Public Attributes |
|
static readonly PdfReader.StrictnessLevel | CONSERVATIVE = new PdfReader.StrictnessLevel(5000) |
The reading strictness level at which iText fails (throws an exception) in case of contradiction with PDF specification, but still recovers from mild parsing errors and ambiguities. More... |
|
static readonly PdfReader.StrictnessLevel | LENIENT = new PdfReader.StrictnessLevel(3000) |
The reading strictness level at which iText tries to recover from parsing errors if possible. More... |
|
Enumeration representing the strictness level for reading.
|
inline |
Checks whether the current instance represents more strict reading level than the provided one.
Checks whether the current instance represents more strict reading level than the provided one. Note that the null
is less strict than any other value.
compareWith | the StrictnessLevel to compare with |
true
if the current level is stricter than the provided one
|
static |
The reading strictness level at which iText fails (throws an exception) in case of contradiction with PDF specification, but still recovers from mild parsing errors and ambiguities.
|
static |
The reading strictness level at which iText tries to recover from parsing errors if possible.