←Select platform

Indentation Property

Summary

Indentation string to use when producing a formatted XML document.

Syntax

C#
VB
Java
Objective-C
C++
public string Indentation { get; set; } 
Public Property Indentation As String 
@property (nonatomic, copy) NSString *indentation 
public String getIndentation() 
public void setIndentation(String indentation) 
             
public: 
property String^ Indentation { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The indentation string to use when producing a formatted XML document.. Default value is a tab character.

Remarks

Indentation specifies the indentation string to use when the value of Formatted is true.

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.Forms.DocumentWriters Assembly