←Select platform

OcrWriteXmlOptions Constructor(OcrXmlEncoding,bool,string)

Summary
Initializes a new instance of OcrWriteXmlOptions with specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithEncoding:(LTOcrXmlEncoding)encoding formatted:(BOOL)formatted indent:(NSString *)indent NS_DESIGNATED_INITIALIZER; 
public OcrWriteXmlOptions(OcrXmlEncoding encoding, 
                          boolean formatted, 
                          String indent) 
public: 
OcrWriteXmlOptions(  
   OcrXmlEncoding encoding, 
   bool formatted, 
   String^ indent 
) 
__init__(self,encoding,formatted,indent) # Overloaded constructor 

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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.