SPDocumentLibrary.ThumbnailsEnabled Property
Gets or sets a Boolean value to indicate whether thumbnail images will be extracted during document parsing.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property ThumbnailsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPDocumentLibrary
Dim value As Boolean
value = instance.ThumbnailsEnabled
instance.ThumbnailsEnabled = value
public bool ThumbnailsEnabled { get; set; }
Property Value
Type: System.Boolean
true if thumbnails will be extracted during document parsing; otherwise, false.