←Select platform

RasterCodecsInstance Property

Summary

Gets the Leadtools.Codecs.RasterCodecs instance used by this document reader.

Syntax

C#
VB
C++
public RasterCodecs RasterCodecsInstance { get; } 
  
Public ReadOnly Property RasterCodecsInstance As Leadtools.Codecs.RasterCodecs 
public: 
property Leadtools.Codecs.RasterCodecs^ RasterCodecsInstance { 
   Leadtools.Codecs.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: 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