Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadSvgOptions Class : AllowPolylineText Property |
public bool AllowPolylineText {get; set;}
'Declaration
Public Property AllowPolylineText As Boolean
'Usage
Dim instance As CodecsLoadSvgOptions Dim value As Boolean instance.AllowPolylineText = value value = instance.AllowPolylineText
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');
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.