Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

TextOnly Property






Gets or sets a value that indicates whether to leave only the text elements after the document is flattened.
Syntax
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)
            
public:
property bool TextOnly {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

SvgFlatOptions Class
SvgFlatOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features