Epson TM-J2000 Specifications Page 70

  • Download
  • Add to my manuals
  • Print
  • Page
    / 119
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 69
No
EPSON
TITLE
EPSON Advanced Printer Driver for TM series
StatusAPI
Reference Manual
Revision
L
NEXT
67
SHEET
66
3.47.BiSCNSetCroppingArea
[Function]
Specifies the cropping area.
[Format]
int BiSCNSetCroppingArea( int nHandle, BYTE bAreaNo, BYTE bStartX, BYTE bStartY, BYTE bEndX, BYTE bEndY)
[Argument]
int nHandle
Specifies the handle value of the printer executing the function. The return value in BiOpenMonPrinter() is specified.
BYTE bAreaNo
Specifies the cropping area number. The valid setting range is 1~255.
BYTE bStartX
Specifies the starting X coordinate of the cropping area. The valid setting range is 0 ~ 254 in mm units.
BYTE bStartY
Specifies the starting Y coordinate of the cropping area. The valid setting range is 0 ~ 254 in mm units.
BYTE bEndX
Specifies the ending X coordinate of the cropping area. The valid setting range is 1 ~ 255 in mm units.
BYTE bEndY
Specifies the ending Y coordinate of the cropping area. The valid setting range is 1 ~ 255 in mm units.
[Return Values]
If execution is successful, 0 is returned. If an error occurs, the following error codes (negative values) are returned.
ERR_HANDLE The handle value specified for the printer is incorrect.
ERR_ACCESS Reading/writing with the printer is not possible (printing in progress).
ERR_NOT_SUPPORT Not supported
ERR_PARAM
Parameter error
ERR_OFFLINE It was opened in the offline state, so it cannot be used until the online state is recovered.
[Caution]
For the TM-H6000II, which is not equipped with a scanner, this function ends normally even if it is executed, but the
range is not set.
The coordinate reference point (0, 0) is the top right when facing toward the check paper insertion direction.
If bStartX > = bEndX, or bStartY > = bEndY, it results in a parameter error.
Valid ranges for arguments of BiSCNSetCroppingArea are as follows. A value exceeding the range cannot be set.
0 <= bAreaNo <= 10, 0 <= bStartX <= 98, 0 <= bStartY <= 228, 2 <= bEndX <= 255, 2 <=bEndY <= 255
If the specified Cropping area number already exists, the cropping area with that number is updated.
If a bEndX, bEndY which exceeds the printer’s scannable area is specified, the values for the printer’s maximum
scannable area are set.
[Supported Printers]
TM-H6000II with scanner
Page view 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 118 119

Comments to this Manuals

No comments