com.idautomation.pdf417.encoder
Class barCodeEncoder
java.lang.Object
com.idautomation.pdf417.encoder.barCodeEncoder
- public class barCodeEncoder
- extends java.lang.Object
This is the class that actually saves the image of the PDF417 class.
Constructor Summary |
barCodeEncoder(com.idautomation.pdf417.PDF417 c,
java.lang.String psFormat,
java.lang.String psFile)
Constructor used to save an image of the current state of the PDF417 object. |
Method Summary |
void |
encodeImage(com.idautomation.pdf417.PDF417 c,
java.lang.String psFormat,
java.lang.String psFile)
Has the same functionality as the constructor, can be used to encode images without the need to reinstantiate the barCodeEncoder object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
public boolean result
barCodeEncoder
public barCodeEncoder(com.idautomation.pdf417.PDF417 c,
java.lang.String psFormat,
java.lang.String psFile)
- Constructor used to save an image of the current state of the PDF417 object.
- Parameters:
c
- PDF417 object.psFormat
- format to save the image as a "GIF" or "JPEG"psFile
- Name of the saved image file, "Test.gif"- See Also:
encodeImage(com.idautomation.pdf417.PDF417 c,String psFormat,String psFile)
encodeImage
public void encodeImage(com.idautomation.pdf417.PDF417 c,
java.lang.String psFormat,
java.lang.String psFile)
- Has the same functionality as the constructor, can be used to encode images without the need to reinstantiate the barCodeEncoder object.
- Parameters:
c
- PDF417 object.psFormat
- format to save the image as a "GIF" or "JPEG"psFile
- Name of the saved image file, "Test.gif"- See Also:
barCodeEncoder(com.idautomation.pdf417.PDF417 c,String psFormat,String psFile)