Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

ImageOverTextMode Property

Show in webframe
Indicates how the document writer converts the overlay image (image over text).
Syntax
get_imageOverTextMode();
set_imageOverTextMode(value);
Object.defineProperty('imageOverTextMode');

Property Value

TypeDescription
DocumentImageOverTextModeA value that indicates how the document writer converts the overlay image (image over text). Default value is DocumentImageOverTextMode.Strict
Remarks

This property is only used when the value of ImageOverText is set to true.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file