←Select platform

Formatted Property

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

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.

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.