DocumentAuthenticator.appendFrame Method¶
Module: DocumentAuthenticator
Definition¶
Appends a frame in the FIFO buffer.
append_frame(self, image: DocumentImage) -> None
Parameters
image
DocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
void appendFrame(DocumentImage image)
Parameters
image
DocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
public void AppendFrame(DocumentImage image)
Parameters
image
DocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
public void appendFrame(DocumentImage image) throws DocumentException
Parameters
image
DocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
public func appendFrame(image: DocumentImage) throws
Parameters
image
DocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
int id3DocumentAuthenticator_AppendFrame (
ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator,
ID3_DOCUMENT_IMAGE hImage)
Parameters
hDocumentAuthenticator
ID3_DOCUMENT_AUTHENTICATORin Handle to the DocumentAuthenticator object.hImage
ID3_DOCUMENT_IMAGEin Source image of the aligned document to append
Returns