Method | Description | |
---|---|---|
encode ( String contents, BarcodeFormat format, int width, int height ) : |
Encode a barcode using the default settings.
|
|
encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary |
|
Method | Description | |
---|---|---|
AztecWriter ( ) : System | ||
encode ( String contents, BarcodeFormat format, int width, int height, |
||
renderResult ( ZXing.Aztec.Internal.AztecCode code, int width, int height ) : |
public encode ( String contents, BarcodeFormat format, int width, int height ) : |
||
contents | String | The contents to encode in the barcode |
format | BarcodeFormat | The barcode format to generate |
width | int | The preferred width in pixels |
height | int | The preferred height in pixels |
return |
public encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary |
||
contents | String | The contents to encode in the barcode |
format | BarcodeFormat | The barcode format to generate |
width | int | The preferred width in pixels |
height | int | The preferred height in pixels |
hints | object>.IDictionary | Additional parameters to supply to the encoder |
return |