updateThumbnail method

updateThumbnail(options)

Updates BuiltInDocumentProperties.thumbnail of the document according to the specified options.

updateThumbnail(options: Aspose.Words.Rendering.ThumbnailGeneratingOptions)
ParameterTypeDescription
optionsThumbnailGeneratingOptionsThe generating options to use.

Remarks

The ThumbnailGeneratingOptions allows you to specify the source of thumbnail, size and other options. If attempt to generate thumbnail fails, doesn’t change one.

updateThumbnail()

Updates BuiltInDocumentProperties.thumbnail of the document using default options.

updateThumbnail()

See Also