Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgFlatOptions Class : TextOnly Property |
public bool TextOnly {get; set;}
'Declaration
Public Property TextOnly As Boolean
'Usage
Dim instance As SvgFlatOptions Dim value As Boolean instance.TextOnly = value value = instance.TextOnly
@property (nonatomic, assign) BOOL textOnly
public boolean getTextOnly() public void setTextOnly(boolean textOnly)
Use this property to extract text strings. Set the value of this property to true to speed up the flattening process.
For an example, refer to SvgDocument.SortElements