Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

AllowPolylineText Property








Gets or sets a value that indicates whether to allow replacing text with polyline shapes in the created SVG
Syntax
public bool AllowPolylineText {get; set;}
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 value);
}
'Declaration
 
Public Property AllowPolylineText As Boolean
 
'Usage
 
Dim instance As CodecsLoadSvgOptions
Dim value As Boolean
 
instance.AllowPolylineText = value
 
value = instance.AllowPolylineText

Property Value

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

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

See Also

Reference

CodecsLoadSvgOptions Class
CodecsLoadSvgOptions Members

Error processing SSI file