border
|
|
Access
|
read-write
|
Returns
|
int
|
borderThickness
|
|
Access
|
read-write
|
Returns
|
fLength
|
option1
|
|
Access
|
read-write
|
Returns
|
int
|
option2
|
|
Access
|
read-write
|
Returns
|
int
|
outputText
|
|
Access
|
read-write
|
Returns
|
boolean
|
stream
|
|
Access
|
read-write
|
Returns
|
fStream
|
type
|
|
Access
|
read-write
|
Returns
|
int
|
whitespace
|
|
Access
|
read-write
|
Returns
|
fLength
|
fBarcodetypeoption1option2borderborderThicknesswhitespaceoutputTextstream
|
|
Parameters
|
inttype
[optional] The type of barcode to generate. Possible values are in fBarcode.BarcodeTypes.
intoption1
[optional] Optional parameter, depending on barcode type, as specified in the documentation.
intoption2
[optional] Optional parameter, depending on barcode type, as specified in the documentation.
intborder
[optional] Specifies whether a border should be drawn around the barcode. Possible values are in fBarcode.BarcodeBorders.
fLengthborderThickness
[optional] The thickness of the border to draw.
fLengthwhitespace
[optional] The amount of space to leave empty on the left and right of the barcode.
booleanoutputText
[optional] Specifies whether the text should be output, depending on the barcode type.
fStreamstream
[optional] The stream that contains formatting information for any text output in the barcode.
|
Returns
|
fBarcode. A new object of class fBarcode.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fBarcode. The object corresponding to the serialized representation.
|