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 DocumentImageManager ImageManager {get;}
get_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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2