DocumentAuthenticator.appendFrame Method

Module: DocumentAuthenticator

Definition

Appends a frame in the FIFO buffer.

append_frame(self, image: DocumentImage) -> None

Parameters

in Source image of the aligned document to append

Exceptions

An error has occurred during Document Library execution.
void appendFrame(DocumentImage image)

Parameters

in Source image of the aligned document to append

Exceptions

An error has occurred during Document Library execution.
public void AppendFrame(DocumentImage image)

Parameters

in 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

in Source image of the aligned document to append

Exceptions

An error has occurred during Document Library execution.
public func appendFrame(image: DocumentImage) throws

Parameters

in 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_AUTHENTICATOR
in Handle to the DocumentAuthenticator object.

in Source image of the aligned document to append

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.