LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)
LEAD Technologies, Inc

RasterCodecsInstance Property (DocumentReaderLoadOptions)






Gets or sets the Leadtools.Codecs.RasterCodecs object to use when rendering or creating thumbnails of the document pages.
Syntax
public RasterCodecs RasterCodecsInstance {get; set;}
'Declaration
 
Public Property RasterCodecsInstance As RasterCodecs
'Usage
 
Dim instance As DocumentReaderLoadOptions
Dim value As RasterCodecs
 
instance.RasterCodecsInstance = value
 
value = instance.RasterCodecsInstance
public RasterCodecs RasterCodecsInstance {get; set;}
 get_RasterCodecsInstance();
set_RasterCodecsInstance(value);
public:
property RasterCodecs^ RasterCodecsInstance {
   RasterCodecs^ get();
   void set (    RasterCodecs^ value);
}

Property Value

A Leadtools.Codecs.RasterCodecs instance that indicates the object to use when rendering or creating thumbnails of the document pages. The default value is null.
Remarks

You can pass your own instance of a Leadtools.Codecs.RasterCodecs to DocumentReader.Create through this method. The DocumentReader object will then set this same Leadtools.Codecs.RasterCodecs into its DocumentReader.RasterCodecsInstance property and use it when rendering or creating thumbnails of the document pages. If you pass a valid object, then you must make sure the instance stays alive for the entire lifespan of the DocumentReader object.

If you leave this value to the default of null, then the DocumentReader will create its own default Leadtools.Codecs.RasterCodecs object and set it in the DocumentReader.RasterCodecsInstance property.

You can use your own instance to control the load options or subscribe to the various events of Leadtools.Codecs.RasterCodecs.

Example

For an example, refer to DocumentReaderLoadOptions.

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

See Also

Reference

DocumentReaderLoadOptions Class
DocumentReaderLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features