Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Field and Description |
---|---|
static PdfReader.StrictnessLevel |
PdfReader.DEFAULT_STRICTNESS_LEVEL
The default PdfReader.StrictnessLevel to be used.
|
Modifier and Type | Method and Description |
---|---|
PdfReader.StrictnessLevel |
PdfReader.getStrictnessLevel()
Get the current PdfReader.StrictnessLevel of the reader.
|
static PdfReader.StrictnessLevel |
PdfReader.StrictnessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfReader.StrictnessLevel[] |
PdfReader.StrictnessLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfReader.StrictnessLevel.isStricter(PdfReader.StrictnessLevel compareWith)
Checks whether the current instance represents more strict reading level than the provided one.
|
PdfReader |
PdfReader.setStrictnessLevel(PdfReader.StrictnessLevel strictnessLevel)
Set the PdfReader.StrictnessLevel for the reader.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.