[This is preliminary documentation and is subject to change.]

Returns the image path taking in view of the customizations

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string ImagePath(
	string name
)
Visual Basic (Declaration)
Public Function ImagePath ( _
	name As String _
) As String
Visual C++
public:
String^ ImagePath(
	String^ name
)

Parameters

name
Type: System..::.String
The relative path of the image

Return Value

The converted image path

See Also