←Select platform

TextOnly Property

Summary

Gets or sets a value that indicates whether to leave only the text elements after the document is flattened.

Syntax
C#
VB
Objective-C
C++
Java
public bool TextOnly { get; set; } 
Public Property TextOnly As Boolean 
@property (nonatomic, assign) BOOL textOnly 
public boolean getTextOnly() 
public void setTextOnly(boolean textOnly) 
public: 
property bool TextOnly { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to leave only the text elements after the document is flattened; otherwise, false. The default value is false.

Remarks

Use this property to extract text strings. Set the value of this property to true to speed up the flattening process.

Example

For an example, refer to SvgDocument.SortElements

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly