C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the string to use for indentation when saving XML data.
public string Indent { get; set; }
Public Property Indent As String
public string Indent {get; set;}
@property (nonatomic, copy) NSString *indent
public String getIndent()
public void setIndent(String value)
<br/>get_Indent();<br/>set_Indent(value);<br/>Object.defineProperty('Indent');
The string to use for indentation when saving XML data. Default value is two spaces " ".
The value of Formatted must be true to use this property.
To use a standard Tab character, set the value of Indent to "\t".
For an example, refer to OcrXmlEncoding.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET