def get_img_height(self):
		if self.dev:
			return pyf.fp_dev_get_img_height(self.dev)
		raise "Device not open"
예제 #2
0
 def img_height(self):
     """Return the height of the images scanned by the device, in pixels."""
     if self.dev:
         return pyf.fp_dev_get_img_height(self.dev)
     raise "Device not open"
예제 #3
0
	def img_height(self):
		"""Return the height of the images scanned by the device, in pixels."""
		if self.dev:
			return pyf.fp_dev_get_img_height(self.dev)
		raise "Device not open"