IDocumentThumbnailGenerators¶
- class IDocumentThumbnailGenerators¶
Bases:
ImpactCOMWrapperBase,Iterable- Description:
A collection of IDocumentThumbnailGenerator objects.
- Remarks:
Impact supports a plugin architecture for document thumbnail generators. The IDocumentThumbnailGenerator object can be used to generate image thumbnails based on the contents of a file. Introduced in Impact 9.0.0.83.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property count¶
Gets Count.
- Description:
The number of items in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- item(index)¶
- Description:
Gets an IDocumentThubmnailGenerator object with the specified unique key or index.
- Parameters:
index (any) – Specifies the index of the IDocumentThumbnailGenerator object to get.