verifAddImage
verifAddImage(g_sessionId t_fileName) =>t_name/ nil
Description
Adds a file to the images directory of the Verifier cellview.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
Opens a Verifier cellview and adds an image file to the current session.
uid = verifOpenCellView("test" "sample" "verifier")
=> 0
Adds file.png from the current directory to the session.
verifAddDocument(sess "file.png")
=> "images/file.png"
Related Topics
Return to top