C#
VB
Java
Objective-C
WinRT C#
C++
Specifies the resize options for the overlay image (image over text).
[SerializableAttribute()][DataContractAttribute()]public enum DocumentImageOverTextSize
<DataContractAttribute()><SerializableAttribute()>Public Enum DocumentImageOverTextSize
[DataContractAttribute()][SerializableAttribute()]public enum DocumentImageOverTextSize
typedef NS_ENUM(NSInteger, LTDocumentImageOverTextSize) public enum DocumentImageOverTextSize Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize = function() { };Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize.prototype = {<br/>Original = 0,Half = 1,Quarter = 2,};
[DataContractAttribute()][SerializableAttribute()]public enum class DocumentImageOverTextSize
Members
| 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
