Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverter Class : SetAnnRenderingEngineInstance Method |
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 )
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.
For an example, refer to DocumentConverter.