Package | Description |
---|---|
com.ironsoftware.ironpdf.internal.staticapi | |
com.ironsoftware.ironpdf.stamp |
Modifier and Type | Method and Description |
---|---|
static BarcodeEncoding |
Stamp_Converter.enumToProto(BarcodeEncoding input) |
static BarcodeEncoding |
Stamp_Converter.toProto(BarcodeEncoding input) |
Modifier and Type | Method and Description |
---|---|
BarcodeEncoding |
BarcodeStamper.getBarcodeType()
Gets barcode type.
|
static BarcodeEncoding |
BarcodeEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarcodeEncoding[] |
BarcodeEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeStamper.setBarcodeType(BarcodeEncoding value)
Sets barcode type.
|
Constructor and Description |
---|
BarcodeStamper(String Value,
BarcodeEncoding BarcodeType)
Initializes a new instance of the
BarcodeStamper class. |
BarcodeStamper(String Value,
BarcodeEncoding BarcodeType,
int Width,
int Height)
Initializes a new instance of the
BarcodeStamper class. |
Copyright © 2022–2023 Iron Software. All rights reserved.