Formatattribute Property - Citizen CL-S700 Programming Manual

Android label print sdk
Hide thumbs Also See for CL-S700:
Table of Contents

Advertisement

2.2.15 FormatAttribute property

Syntax
int FormatAttribute
Attribute
Read/Write
Description
Specifies how to print the area where multiple objects are overlapped.
0: XOR mode. Overlapped area will not be printed.
1: OR mode. Overlapped area will be printed.
Setter method
int setFormatAttribute (int formatAttribute)
Returns CLS_SUCCESS (0) on success. See
Getter method
int getFormatAttribute ()
Returns the set value. If nothing has been set, it returns CLS_PROPERTY_DEFAULT(999999).
Example
int attr;
printer.setFormatAttribute(1);
attr = printer.getFormatAttribute();
Printing Result
XOR
OR
CITIZEN Android Label Print SDK — Programming Manual
"2.1 Return
value" for the error codes.
32

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents