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

Show in webframe

Formatted Property








Gets or sets a value that indicates whether the final XML document is formatted for human reading.
Syntax
public bool Formatted {get; set;}
'Declaration
 
Public Property Formatted As Boolean
'Usage
 
Dim instance As OcrWriteXmlOptions
Dim value As Boolean
 
instance.Formatted = value
 
value = instance.Formatted
public bool Formatted {get; set;}
@property (nonatomic, assign) BOOL formatted
public boolean isFormatted()
public void setFormatted(boolean value)
            
 <br/>get_Formatted();<br/>set_Formatted(value);<br/>Object.defineProperty('Formatted'); 
public:
property bool Formatted {
   bool get();
   void set (    bool value);
}

Property Value

true the final XML document is formatted for human reading, otherwise; false.
Remarks

When the value of Formatted is true each element of the XML will be in its own line. The value of Indent will be used to indent the elements in the hierarchy.

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