updateThumbnail method
updateThumbnail(options)
Updates BuiltInDocumentProperties.thumbnail of the document according to the specified options.
updateThumbnail(options: Aspose.Words.Rendering.ThumbnailGeneratingOptions)
Parameter | Type | Description |
---|---|---|
options | ThumbnailGeneratingOptions | The 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
- module Aspose.Words
- class Document