> ## 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.

# ExportToVCard Method of the BusinessCard Object

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

## Syntax

### C++

```cpp theme={null}
HRESULT ExportToVCard( BSTR fileName );
```

### C\#

```csharp theme={null}
void ExportToVCard( string fileName );
```

### Visual Basic .NET

```vb theme={null}
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](/fine-reader/engine/api-reference/return-codes).

## See also

[BusinessCard](/fine-reader/engine/api-reference/document-related-objects/businesscard)

[Business Card Recognition](/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation/business-card-recognition)
