ThumbnailGeneratingOptions class

ThumbnailGeneratingOptions class

Can be used to specify additional options when generating thumbnail for a document.

Remarks

User can call method Document.updateThumbnail() to generate BuiltInDocumentProperties.thumbnail for a document.

Constructors

NameDescription
ThumbnailGeneratingOptions()The default constructor.

Properties

NameDescription
generateFromFirstPageSpecifies whether to generate thumbnail from first page of the document or first image.

See Also