Gets or sets a value that indicates whether the final XML document is formatted for human reading.
public bool Formatted { get; set; }
Public Property Formatted As Boolean
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');
true the final XML document is formatted for human reading, otherwise; false.
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.
For an example, refer to OcrXmlEncoding.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET