←Select platform

UseMultiplatform Property

Summary

Enables using the multi-platform RTF engine.

Syntax
C#
C++/CLI
Python
public bool UseMultiplatform { get; set; } 
public:  
   property bool UseMultiplatform 
   { 
      bool get() 
      void set(bool value) 
   } 
UseMultiplatform # get and set (CodecsRtfLoadOptions) 

Property Value

Value Description
true To use the multi-platform engine when loading RTF files. The default value is true.
false To not use the multi-platform engine when loading RTF files.
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 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.