←Select platform

Indent Property

Summary
Gets or sets the string to use for indentation when saving XML data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Indent { get; set; } 
@property (nonatomic, copy) NSString *indent; 
public String getIndent() 
public void setIndent(String value) 
public: 
property String^ Indent { 
   String^ get(); 
   void set (    String^ ); 
} 
Indent # get and set (OcrWriteXmlOptions) 

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".

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.