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

Leadtools.Svg Assembly