conaito Office2Silverlight SDK
Converts Office document to silverlight.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void ConvertToSilverlight(
	string xapDocumentPath
)
Visual Basic
Public Sub ConvertToSilverlight ( _
	xapDocumentPath As String _
)
Visual C++
public:
void ConvertToSilverlight(
	String^ xapDocumentPath
)

Parameters

xapDocumentPath
Type: System..::..String
The xap document path.

See Also