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

ImageOverTextSize Property

Show in webframe
Indicates the resize options for the overlay image (image over text).
Syntax
get_imageOverTextSize();
set_imageOverTextSize(value);
Object.defineProperty('imageOverTextSize');

Property Value

TypeDescription
DocumentImageOverTextSizeA value that indicates the resize options for the overlay image (image over text). Default value is DocumentImageOverTextSize.Original
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