Leadtools.Forms.DocumentReaders Namespace > DocumentReader Class : ImageManager Property |
public DocumentImageManager ImageManager {get;}
'Declaration Public ReadOnly Property ImageManager As DocumentImageManager
'Usage Dim instance As DocumentReader Dim value As DocumentImageManager value = instance.ImageManager
public: property DocumentImageManager^ ImageManager { DocumentImageManager^ get(); }
Instances of the DocumentImageManager are not created directly. Instead access the instance automatically created inside a DocumentReader using the ImageManager property.
The DocumentImageManager contains the following functionality:
GetPageImage method: Allows you to get a raster image rendering of a page in this document.
GetThumbnail method: Allows you to get a thumbnail of a page in this document.
For an example, refer to DocumentImageManager.