Specifications
No
EPSON
TITLE
EPSON Advanced Printer Driver for TM series
StatusAPI
Reference Manual
Revision
L
NEXT
8
SHEET
7
#
BiSCNDeleteCroppingArea • • • Deletes the cropping area.
#
BiSCNDeleteImage • • • Deletes the reading result of a selected image
#
BiSCNGetImageList • • • Acquires a list of reading result IDs of images
#
BiSCNGetImageRemainingCapacity • • • Acquires remaining NV memory capacity used for saving the result of
reading images
#
BiESCNEnable() • • • Enables use of a scanner extension function.
#
BiESCNGetDocumentSize() • • • Acquires the width and height of the currently selected image data.
#
BiESCNSetDocumentSize() • • • Selects the width and height of image data.
#
BiESCNGetAutoSize() • • • Acquires setting information on cutting any unnecessary area that
surrounds the image data.
#
BiESCNSetAutoSize() • • • Selects whether the unnecessary area that surrounds the image data is
cut or not.
#
BiESCNGetCutSize() • • • Acquires setting information on cutting the left and right sides of the
image data with the selected size.
#
BiESCNSetCutSize() • • • Selects size of cutting the left and right sides of the image data.
#
BiESCNGETRotate() • • • Acquires information on whether rotation processing for the image data
is enabled.
#
BiESCNSetRotate() • • • Selects whether rotation processing for the image data is enabled or
disabled.
#
BiESCNDefineCropArea() • • • Selects a cropping area for the image data.
#
BiESCNGetMaxCropAreas() • • • Acquires a maximum number of defining cropping areas.
#
BiESCNStoreImage() • • • Saves cropped image data in memory or a file.
#
BiESCNRetrieveImage() • • • Retrieves the data saved in memory or a file.
#
BiESCNClearImage() • • • Clears the data saved in memory or a file.
#
BiESCNGetRemainingImages() • • • Acquires the amount of data that can be saved in memory or a file.
#
BiOpenDrawer • • • Operates the drawer
#
BiSetMonInterval • • • Change the interval of the reading of status information.
#
BiSetMonEtherInterval • • • Change the interval of the reading of status information of Ethernet
connection printer.
#
BiSetDefaultEchoTime • • • Sets the default value for confirming the printer’s response time in a
printer with an Ethernet connection.
#
BiSetEtherEchoTime • • • Sets the printer’s response time in a printer with an Ethernet
connection.
#
BiGetPrnCapability
• • • Acquire the printer’s information
#
BiCloseMonPrinter • • • Close the printer that is the object of status monitoring.
In this chapter, we explain concerning methods for acquiring the printer status using BiGetStatus, BiSetStatusBackFunction,
BiSetStatusBackWnd, but BiDirectIO or BiDirectIOEx is also provided as a function that enables simple input of data to the
printer and output. Use this function if printer data other than the printer status are read, or in cases where you are writing to
the printer, etc.
Also see Appendix A and Appendix B concerning operations of each function when the printer is online, offline and
when the power is cut off, as well as for judgment methods for determining if function execution is normal or abnormal.