Resize options for the overlay image (image over text).
public DocumentImageOverTextSize ImageOverTextSize { get; set; }
Public Property ImageOverTextSize As Leadtools.Forms.Documentwriters.DocumentImageOverTextSize
public Leadtools.Forms.Documentwriters.DocumentImageOverTextSize ImageOverTextSize {get; set;}
@property (nonatomic, assign) LTDocumentImageOverTextSize imageOverTextSize
public DocumentImageOverTextSize getImageOverTextSize()
public void setImageOverTextSize(DocumentImageOverTextSize imageOverTextSize)
<br/>get_ImageOverTextSize();<br/>set_ImageOverTextSize(value);<br/>Object.defineProperty('ImageOverTextSize');
public:
property Leadtools.Forms.Documentwriters.DocumentImageOverTextSize ImageOverTextSize {
Leadtools.Forms.Documentwriters.DocumentImageOverTextSize get();
void set ( Leadtools.Forms.Documentwriters.DocumentImageOverTextSize );
}
A value that indicates the resize options for the overlay image (image over text). Default value is DocumentImageOverTextSize.Original
This property is only used when the value of ImageOverText is set to true.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
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