Creates a new vCard photo from an image file.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public vCardPhoto(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
vCardPhoto(
	String^ path
)

Parameters

path
Type: System..::..String
The path to an image of any supported format.

See Also