←Select platform

ForceRealText Property

Summary

Indicates whether to convert all text into text elements.

Syntax
C#
Objective-C
C++/CLI
Python
public bool ForceRealText { get; set; } 
@property (nonatomic, assign) BOOL forceRealText; 
public:  
   property bool ForceRealText 
   { 
      bool get() 
      void set(bool value) 
   } 
ForceRealText # get and set (CodecsLoadSvgOptions) 

Property Value

Value Description
true To convert all text into text elements.
false To not convert text into text elements. false is the default value.
Remarks

For more information, refer to ForceTextPath.

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.