DocumentAuthenticator.appendFrame Method¶
Module: DocumentAuthenticator
Definition¶
Appends a frame in the FIFO buffer.
append_frame(self, image: DocumentImage) -> None
Parameters
imageDocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
void appendFrame(DocumentImage image)
Parameters
imageDocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
public void AppendFrame(DocumentImage image)
Parameters
imageDocumentImagein 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
imageDocumentImagein Source image of the aligned document to append
Exceptions
An error has occurred during Document Library execution.
public func appendFrame(image: DocumentImage) throws
Parameters
imageDocumentImagein 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
hDocumentAuthenticatorID3_DOCUMENT_AUTHENTICATORin Handle to the DocumentAuthenticator object.hImageID3_DOCUMENT_IMAGEin Source image of the aligned document to append
Returns