DocumentImageOverTextSize Enumeration

Summary

Specifies the resize options for the overlay image (image over text).

Syntax

JavaScript Syntax
lt.Documents.Writers.DocumentImageOverTextSize = { 
	Original: 0, 
	Half: 1, 
	Quarter: 2 
} 
TypeScript Syntax
lt.Documents.Writers.DocumentImageOverTextSize = { 
	Original: 0, 
	Half: 1, 
	Quarter: 2 
} 

Members

0 Original

(0) Use original size (no resizing is performed). Output will have highest quality and largest size.

1 Half

(1) Resize the image by two and stretch over to cover the page. Output will have the best ratio between quality and size.

2 Quarter

(2) 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly