imageOverTextSize Property

Summary

Indicates the resize options for the overlay image (image over text).

Syntax
TypeScript
JavaScript
Object.defineProperty(PdfDocumentOptions.prototype, 'imageOverTextSize', 
   get: function(), 
   set: function(value) 
) 
imageOverTextSize: DocumentImageOverTextSize; 

Property Value

A 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly