Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

Invert Property






Indicates that automatic inversion correction should be used.
Syntax
public bool Invert {get; set;}
'Declaration
 
Public Property Invert As Boolean
'Usage
 
Dim instance As DocumentConverterPreprocessor
Dim value As Boolean
 
instance.Invert = value
 
value = instance.Invert
public boolean getInvert()
public void setInvert(boolean value)
            
public:
property bool Invert {
   bool get();
   void set (    bool value);
}

Property Value

true if automatic inversion correction should be used; otherwise, false. Default value is false.
Remarks

Invert is supported when OCR is used during conversion. If the value is true, the engine will set the value of IOcrAutoRecognizeManager.PreprocessPageCommands accordingly.

Invert is not supported during raster conversion.

Invert is not supported when SVG is used during conversion.

Example

For an example, refer to DocumentConverterPreprocessor.

Requirements

Target Platforms

See Also

Reference

DocumentConverterPreprocessor Class
DocumentConverterPreprocessor Members

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features