WriteMultiFileParams.UpdateThumbnails Property

Indicates whether the thumbnail must be updated for all the written files or not. Default value is false and the thumbnail is stored only for the main file according to WriteFileParams.SaveThumbnail param.
Public Property UpdateThumbnails() As Boolean
This language is not supported or no code example is available.
public bool UpdateThumbnails {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
When true and WriteFileParams.SaveThumbnail is true too, the thumbnail is updated for all files. This operation cannot be run in parallel and can increase a lot the working time for this work unit.

.NET Framework

Supported in: 4.8

In this article

Definition