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

DocumentImageOverTextMode Enumeration

Show in webframe
Specifies the how the document writer converts the overlay image (image over text).
Syntax
Leadtools.Documents.Writers.DocumentImageOverTextMode = function() { };
Leadtools.Documents.Writers.DocumentImageOverTextMode.prototype = {
	none = 0,
	strict = 1,
	relaxed = 2,
	
 };
Members
ValueMemberDescription
0none Apply no rules. The image will be used as is and no detection is perform.
1strict 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.
2relaxed 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.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file