Skip to content

BRPtouchTemplateInfo

BRPtouchTemplateInfo has properties of template information in your printer.

Properties

key

A integer value that identify a template in your printer. This value is required when printing templates.

Declaration

@property (nonatomic, readonly) NSUInteger key;

fileSize

Declaration

@property (nonatomic, readonly) NSUInteger fileSize;

checksum

Declaration

@property (nonatomic, readonly) NSUInteger checksum;

modifiedDate

Declaration

@property (nonatomic, readonly) NSDate *modifiedDate;

rawModifiedDate

64-bit value representing the number of 100-nanosecond intervals since January 1, 1601.

Declaration

@property (nonatomic, readonly) BRFILETIMEDate rawModifiedDate;

fileName

Declaration

@property (nonatomic, readonly) NSString *fileName;