![]() |
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 : Indent Property |
public string Indent {get; set;}
'Declaration
Public Property Indent As String
'Usage
Dim instance As OcrWriteXmlOptions Dim value As String instance.Indent = value value = instance.Indent
public string Indent {get; set;}
@property (nonatomic, copy) NSString *indent
public String getIndent() public void setIndent(String value)
<br/>get_Indent();<br/>set_Indent(value);<br/>Object.defineProperty('Indent');
The value of Formatted must be true to use this property.
To use a standard Tab character, set the value of Indent to "\t".
For an example, refer to OcrXmlEncoding.