![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrWriteXmlOptions Class : Formatted Property |
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');
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.