public final class CodeLocation extends Object
Specifies the location of the code text shown in the image.
Modifier and Type | Field and Description |
---|---|
static int |
Above
Specifies that the code text is shown on the top of the bar code.
|
static int |
Below
Specifies that the code text is shown on the bottom of the bar code.
|
static int |
None
Specifies that the code text is hidden.
|
static int |
Right
Specifies that the code text is shown on the right of the bar code.
|
public static final int Above
Specifies that the code text is shown on the top of the bar code.
public static final int Below
Specifies that the code text is shown on the bottom of the bar code.
public static final int None
Specifies that the code text is hidden.
public static final int Right
Specifies that the code text is shown on the right of the bar code.
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.