conaito Office2Silverlight SDK
Gets or sets the viewer background image path.

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

Syntax

C#
public string ViewerBackgroundImagePath { get; set; }
Visual Basic
Public Property ViewerBackgroundImagePath As String
	Get
	Set
Visual C++
public:
property String^ ViewerBackgroundImagePath {
	String^ get ();
	void set (String^ value);
}

Field Value

The viewer background image path.

See Also