←Select platform

ImageManager Property

Summary

Gets the object to use for obtaining a raster image render or a thumbnail of any page in the document.

Syntax

C#
VB
C++
public DocumentImageManager ImageManager { get; } 
  
Public ReadOnly Property ImageManager As Leadtools.Forms.Documentreaders.DocumentImageManager 

Property Value

A DocumentImageManager object that can be used to obtain a raster image render or a thumbnail of any page in the document. The default value is null (Nothing in VB).

Remarks

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:

  • The

    GetPageImage method: Allows you to get a raster image rendering of a page in this document.

  • The

    GetThumbnail method: Allows you to get a thumbnail of a page in this document.

Example

For an example, refer to DocumentImageManager.

Requirements

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly