Uses of Enum
com.dynamicpdf.api.elements.ErrorCorrection
Packages that use ErrorCorrection
-
Uses of ErrorCorrection in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return ErrorCorrectionModifier and TypeMethodDescriptionPdf417BarcodeElement.getErrorCorrection()
Gets the error correction level for the PDF417 barcode.static ErrorCorrection
Returns the enum constant of this type with the specified name.static ErrorCorrection[]
ErrorCorrection.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api.elements with parameters of type ErrorCorrectionModifier and TypeMethodDescriptionvoid
Pdf417BarcodeElement.setErrorCorrection(ErrorCorrection value)
Sets the error correction level for the PDF417 barcode.