←Select platform

OcrWriteXmlOptions Constructor(OcrXmlEncoding,bool,string)

Summary

Initializes a new instance of OcrWriteXmlOptions with specified values.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal encoding As OcrXmlEncoding, _ 
   ByVal formatted As Boolean, _ 
   ByVal indent As String _ 
) 
- (instancetype)initWithEncoding:(LTOcrXmlEncoding)encoding 
                       formatted:(BOOL)formatted 
                          indent:(NSString *)indent 
public OcrWriteXmlOptions(OcrXmlEncoding encoding, 
                          boolean formatted, 
                          String indent) 
public: 
OcrWriteXmlOptions(  
   OcrXmlEncoding encoding, 
   bool formatted, 
   String^ indent 
) 

Parameters

encoding
Encoding value to use

formatted
true if final document is to be formatted for human reading, otherwise; false.

indent
String to use for indentation when saving the XML data.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly