LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)

RasterCodecsInstance Property (DocumentReader)

Show in webframe





Gets the Leadtools.Codecs.RasterCodecs instance used by this document reader.
Syntax
public RasterCodecs RasterCodecsInstance {get;}
'Declaration
 
Public ReadOnly Property RasterCodecsInstance As RasterCodecs
'Usage
 
Dim instance As DocumentReader
Dim value As RasterCodecs
 
value = instance.RasterCodecsInstance

            

            
public:
property RasterCodecs^ RasterCodecsInstance {
   RasterCodecs^ get();
}

Property Value

An instance of Leadtools.Codecs.RasterCodecs that specifies the object used by this document reader to render and create thumbnails for the pages.
Remarks

If you pass a valid instance of Leadtools.Codecs.RasterCodecs in the DocumentReaderLoadOptions.RasterCodecsInstance property of the object passed to the options parameter to DocumentReader.Create, then the same object be saved internally and used by the document reader and accessed here. In this mode, you must ensure that the original Leadtools.Codecs.RasterCodecs must be alive for the whole lifespan of this DocumentReader.

If the value of DocumentReaderLoadOptions.RasterCodecsInstance is null, then a new instance of Leadtools.Codecs.RasterCodecs will be created during DocumentReader.Create and assigned to this property. When the DocumentReader object is disposed, this Leadtools.Codecs.RasterCodecs instance is disposed as well. You can access this created Leadtools.Codecs.RasterCodecs object through this property as well.

Requirements

Target Platforms

See Also

Reference

DocumentReader Class
DocumentReader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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