←Select platform

AllowPolylineText Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[ObsoleteAttribute()] 
public bool AllowPolylineText { get; set; } 
Public Property AllowPolylineText As Boolean 
public bool AllowPolylineText {get; set;} 
@property (nonatomic, assign) BOOL allowPolylineText 
public boolean getAllowPolylineText() 
public void setAllowPolylineText(boolean value) 
             
 <br/>get_AllowPolylineText();<br/>set_AllowPolylineText(value);<br/>Object.defineProperty('AllowPolylineText');  
public: 
property bool AllowPolylineText { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow replacing text with polyline shapes in the created SVG, otherwise; fase. Default value is false.

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly