PtouchTemplateInfo
PtouchTemplateInfo
has properties of template information in your printer.
Properties
key
Number identifying the template saved on the printer.
Declaration
final int key;
fileSize
Template file size.
Declaration
final int fileSize;
checksum
Template file check sum.
Declaration
final int checksum;
modifiedDate
Date template file was last modified.
Declaration
final Date modifiedDate;
fileName
Template file name.
Declaration
final String fileName;
rawModifiedDate
64-bit value representing the number of 100-nanosecond intervals since January 1, 1601.
Declaration
final long rawModifiedDate;