AddImage Method of XmlTicket Object (COM-based API)
This method adds an image to XmlTicket.
Visual Basic Syntax
Method AddImage(
file As String,
pwd As String
)
C++ Syntax
HRESULT AddImage(
BSTR file,
BSTR pwd
);
Parameters
file
[in] This parameter contains the file name.
pwd
[in] This parameter contains the password for accessing the password-protected PDF file. The default value is an empty string.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
See sample: Samples.
3/26/2024 1:49:49 PM