SummaryDocumentProperties
Thumbnail Property
|
Returns or setsthumbnail picture for document preview
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Thumbnail { get; set; }
Public Property Thumbnail As String
Get
Set
public:
property String^ Thumbnail {
String^ get ();
void set (String^ value);
}
member Thumbnail : string with get, set
Property Value
Type:
String
See Also