←Select platform

Indent Property

Summary

Gets or sets the string to use for indentation when saving XML data.

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 value) 
public: 
property String^ Indent { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The string to use for indentation when saving XML data. 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 OcrXmlEncoding.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly