←Select platform

ImageOverTextSize Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public DocumentImageOverTextSize ImageOverTextSize { get; set; } 
Public Property ImageOverTextSize As DocumentImageOverTextSize 
@property (nonatomic, assign) LTDocumentImageOverTextSize imageOverTextSize 
public DocumentImageOverTextSize getImageOverTextSize() 
public void setImageOverTextSize(DocumentImageOverTextSize imageOverTextSize) 
public: 
property DocumentImageOverTextSize ImageOverTextSize { 
   DocumentImageOverTextSize get(); 
   void set (    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.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly