public final class EncodeHintType extends Object
Modifier and Type | Field and Description |
---|---|
static EncodeHintType |
CHARACTER_SET
Specifies what character encoding to use where applicable (type String)
|
static EncodeHintType |
ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer).
|
static EncodeHintType |
MIN_VERSION_NR
Specifies the minimal version level to use, for example in QR Codes (type Integer).
|
public static final EncodeHintType ERROR_CORRECTION
public static final EncodeHintType CHARACTER_SET
public static final EncodeHintType MIN_VERSION_NR
Copyright © 1998–2023 iText Group NV. All rights reserved.