LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

DocumentImageOverTextMode Enumeration

Show in webframe







Specifies the how the document writer converts the overlay image (image over text).
Syntax
public enum DocumentImageOverTextMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DocumentImageOverTextMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DocumentImageOverTextMode
public enum DocumentImageOverTextMode : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode = function() { };
Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode.prototype = {
None = 0x00000000, Strict = 0x00000001, Relaxed = 0x00000002, };
public enum class DocumentImageOverTextMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000None

Apply no rules. The image will be used as is and no detection is perform.

0x00000001Strict

The document writer will determine if the image is grayscale, if so, it will convert the image to black and white (1 bit per pixel) only if the image contains no grayscale values besides pure black and white.

0x00000002Relaxed

The document writer will determine if the image is grayscale. If the image has noise or shadows, they will be ignored and the image is converted to black and white (1 bit per pixel).

Remarks

Use this option to control how the document writer converts the optional overlay image. Refer to PDFDocumentOptions.ImageOverTextSize and PDFDocumentOptions.ImageOverText for more information.

Currently this option is only used to determine when to convert grayscale overlay images to black and white in the final document. This is done to minimize the size of the output document.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features