Indicates how the document writer converts the overlay image (image over text).
Object.defineProperty(PdfDocumentOptions.prototype, 'imageOverTextMode',
get: function(),
set: function(value)
)
imageOverTextMode: DocumentImageOverTextMode;
A value that indicates how the document writer converts the overlay image (image over text). Default value is DocumentImageOverTextMode.Strict
This property is only used when the value of ImageOverText is set to true.
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