Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrWriteXmlOptions Constructor(OcrXmlEncoding,Boolean,String)








Encoding value to use
true if final document is to be formatted for human reading, otherwise; false.
String to use for indentation when saving the XML data.
Initializes a new instance of OcrWriteXmlOptions with specified values.
Syntax
public OcrWriteXmlOptions( 
   OcrXmlEncoding encoding,
   bool formatted,
   string indent
)
'Declaration
 
Public Function New( _
   ByVal encoding As OcrXmlEncoding, _
   ByVal formatted As Boolean, _
   ByVal indent As String _
)
'Usage
 
Dim encoding As OcrXmlEncoding
Dim formatted As Boolean
Dim indent As String
 
Dim instance As New OcrWriteXmlOptions(encoding, formatted, indent)
public OcrWriteXmlOptions( 
   OcrXmlEncoding encoding,
   bool formatted,
   string indent
)
- (instancetype)initWithEncoding:(LTOcrXmlEncoding)encoding
                       formatted:(BOOL)formatted
                          indent:(NSString *)indent
            
public OcrWriteXmlOptions(OcrXmlEncoding encoding,
                          boolean formatted,
                          String indent)
            
function OcrWriteXmlOptions( 
   encoding ,
   formatted ,
   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

See Also

Reference

OcrWriteXmlOptions Class
OcrWriteXmlOptions Members
Overload List

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features