Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Indent Property








Gets or sets the string to use for indentation when saving XML data.
Syntax
public string Indent {get; set;}
'Declaration
 
Public Property Indent As String
'Usage
 
Dim instance As OcrWriteXmlOptions
Dim value As String
 
instance.Indent = value
 
value = instance.Indent
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'); 
public:
property String^ Indent {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

OcrWriteXmlOptions Class
OcrWriteXmlOptions Members

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features