←Select platform

Indent Property

Summary

Gets or sets the string to use for indentation when saving the SVG document.

Syntax
C#
VB
Objective-C
C++
Java
public string Indent { get; set; } 
Public Property Indent As String 
@property (nonatomic, copy) NSString *indent 
public String getIndent() 
public void setIndent(String indent) 
public: 
property String^ Indent { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The string to use for indentation when saving the SVG document. The default value is two spaces " ".

Remarks

The value of Formatted must be true to use this property.

To use a standard Tab character, set the value of Indent to "\t".

Example

For an example, refer to SvgDocument.

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