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

DocumentImageOverTextSize Enumeration

Show in webframe
Specifies the resize options for the overlay image (image over text).
Syntax
Leadtools.Documents.Writers.DocumentImageOverTextSize = function() { };
Leadtools.Documents.Writers.DocumentImageOverTextSize.prototype = {
	original = 0,
	half = 1,
	quarter = 2,
	
 };
Members
ValueMemberDescription
0original Use original size (no resizing is performed). Output will have highest quality and largest size.
1half Resize the image by two and stretch over to cover the page. Output will have the best ratio between quality and size.
2quarter Resize the image by 4 and stretch over to cover the page. Output will have the lowest quality and minimum size.
Remarks

Use this option to control the resize options for the optional overlay image. Refer to PdfDocumentOptions.ImageOverTextSize and PdfDocumentOptions.ImageOverText for more information.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file