←Select platform

Indent Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Svg Assembly
Click or drag to resize