←Select platform

ImageOverTextSize Property

Summary

Resize options for the overlay image (image over text).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

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.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly