←Select platform

Formatted Property

Summary
Gets or sets a value that indicates whether the final XML document is formatted for human reading.
Syntax
C#
VB
Objective-C
C++
Java
public bool Formatted { get; set; } 
Public Property Formatted As Boolean 
@property (nonatomic, assign) BOOL formatted 
public boolean isFormatted() 
public void setFormatted(boolean value) 
public: 
property bool Formatted { 
   bool get(); 
   void set (    bool ); 
} 

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

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

Leadtools.Ocr Assembly

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