conaito Office2Silverlight SDK
Gets or sets a value indicating whether [generate thumbnail].

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

Syntax

C#
public bool GenerateThumbnail { get; set; }
Visual Basic
Public Property GenerateThumbnail As Boolean
	Get
	Set
Visual C++
public:
property bool GenerateThumbnail {
	bool get ();
	void set (bool value);
}

Field Value

true if [generate thumbnail]; otherwise, false.

See Also