←Select platform

ForceRealText Property

Summary

Indicates whether to convert all text into text elements.

Syntax

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

Property Value

true to convert all text into text elements; otherwise, false. The default value is false.

Remarks

For more information, refer to ForceTextPath.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly