←Select platform

UseMultiplatform Property

Summary

Enables using the multi-platform RTF engine.

Syntax
C#
VB
C++
public bool UseMultiplatform { get; set; } 
Public Property UseMultiplatform() As Boolean 
   Get 
   Set 
public:  
   property bool UseMultiplatform 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use the multi-platform engine when loading RTF files; otherwise, false. The default value is true.

Remarks

This property is provided for legacy applications that wish to use the deprecated Windows-only engine used to load RTF files in versions of LEADTOOLS prior to v20 (for instance, to troubleshoot a problem or compare speeds). It is best to leave the value of this property to the default of true.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly