Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This method exports the business card to a file in vCard format (.vcf).

Syntax

C++

HRESULT ExportToVCard( BSTR fileName );

C#

void ExportToVCard( string fileName );

Visual Basic .NET

Sub ExportToVCard(fileName As String)

Parameters

fileName [in] Specifies the full path to the file in vCard format (.vcf). If this file already exists, it is overwritten without prompt.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

BusinessCard Business Card Recognition