public class ValidationOptions extends NativeObject
Validator.validate(com.pdftools.pdf.Document)
.Constructor | Description |
---|---|
ValidationOptions() |
Modifier and Type | Method | Description |
---|---|---|
Conformance |
getConformance() |
The conformance to be validated (Getter)
|
void |
setConformance(Conformance value) |
The conformance to be validated (Setter)
|
equals, hashCode
public Conformance getConformance()
The required conformance or null
to validate the document's claimed conformance, i.e. pdftools.pdf.Document.getConformance
.
The PDF validation verifies if the input document conforms to all standards associated with this conformance.
Note that it is generally only meaningful to validate the claimed conformance of a document.
Default value: null
, i.e. validate the document's claimed conformance.
public void setConformance(Conformance value)
The required conformance or null
to validate the document's claimed conformance, i.e. pdftools.pdf.Document.getConformance
.
The PDF validation verifies if the input document conforms to all standards associated with this conformance.
Note that it is generally only meaningful to validate the claimed conformance of a document.
Default value: null
, i.e. validate the document's claimed conformance.