Specifies the resize options for the overlay image (image over text).
lt.Document.Writer.DocumentImageOverTextSize = {
original: 0,
half: 1,
quarter: 2
}
lt.Document.Writer.DocumentImageOverTextSize = {
original: 0,
half: 1,
quarter: 2
}
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. |
Use this option to control the resize options for the optional overlay image. Refer to PdfDocumentOptions.ImageOverTextSize and PdfDocumentOptions.ImageOverText for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document