Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

SetAnnRenderingEngineInstance Method






The rendering engine to use when overlaying annotations during document conversion.
Sets the rendering engine to use when overlaying annotations during document conversion.
Syntax
public void SetAnnRenderingEngineInstance( 
   AnnRenderingEngine instance
)
'Declaration
 
Public Sub SetAnnRenderingEngineInstance( _
   ByVal instance As AnnRenderingEngine _
) 
'Usage
 
Dim instance As DocumentConverter
Dim instance As AnnRenderingEngine
 
instance.SetAnnRenderingEngineInstance(instance)
public void setAnnRenderingEngineInstance(AnnRenderingEngine instance)
            
public:
void SetAnnRenderingEngineInstance( 
   AnnRenderingEngine^ instance
) 

Parameters

instance
The rendering engine to use when overlaying annotations during document conversion.
Remarks

The AnnRenderingEngine instance passed to this method will be used when the any job has the value of AnnotationsMode set to DocumentConverterAnnotationsMode.Overlay and raster conversion is used.

You must initialize this object with the IAnnObjectRenderer's to use before starting any conversion if annotation containers are to be overlayed on images.

AnnRenderingEngineInstance will return the same value passed for instance.

The previously set AnnRenderingEngineInstance is removed when a new instance is set. You can set a value of null.

Example

For an example, refer to DocumentConverter.

Requirements

Target Platforms

See Also

Reference

DocumentConverter Class
DocumentConverter Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features