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

Show in webframe

Indent Property






Gets or sets the string to use for indentation when saving the SVG document.
Syntax
public string Indent {get; set;}
'Declaration
 
Public Property Indent As String
'Usage
 
Dim instance As SvgSaveOptions
Dim value As String
 
instance.Indent = value
 
value = instance.Indent
@property (nonatomic, copy) NSString *indent
public String getIndent()
public void setIndent(String indent)
            
public:
property String^ Indent {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

SvgSaveOptions Class
SvgSaveOptions 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