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)
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.