←Select platform

AllowPolylineText Property

Summary

(Deprecated) Indicates whether to allow replacing text with polyline shapes in the created SVG

Syntax
C#
Objective-C
C++/CLI
Java
[ObsoleteAttribute()] 
public bool AllowPolylineText { get; set; } 
@property (nonatomic, assign) BOOL allowPolylineText 
public boolean getAllowPolylineText() 
public void setAllowPolylineText(boolean value) 
public: 
property bool AllowPolylineText { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Value Description
true To enable replacing text with polyline shapes in the created SVG.
false To disable replacing text with polyline shapes in the created SVG. false is the default value.
Remarks

Important This property has been deprecated and should not be used.

If the value of AllowPolylineText is set to true, some file filters may replace some or all text elements with a polyline representation to better represent the final shape. This behavior may be desired if the goal is to create an SVG document that can be viewed regardless of whether some or all of the fonts specified in the document are present in the system.

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.