Leadtools.Documents.Writers Namespace : DocumentImageOverTextSize Enumeration |
Leadtools.Documents.Writers.DocumentImageOverTextSize = function() { };
Leadtools.Documents.Writers.DocumentImageOverTextSize.prototype = {
original = 0,
half = 1,
quarter = 2,
};
Value | Member | Description |
---|---|---|
0 | original | Use original size (no resizing is performed). Output will have highest quality and largest size. |
1 | half | Resize the image by two and stretch over to cover the page. Output will have the best ratio between quality and size. |
2 | quarter | Resize the image by 4 and stretch over to cover the page. Output will have the lowest quality and minimum size. |
Use this option to control the resize options for the optional overlay image. Refer to PdfDocumentOptions.ImageOverTextSize and PdfDocumentOptions.ImageOverText for more information.