←Select platform

ImageOverTextMode Property

Summary

Indicates how the document writer converts the overlay image (image over text).

Syntax
C#
VB
Objective-C
C++
Java
public DocumentImageOverTextMode ImageOverTextMode { get; set; } 
Public Property ImageOverTextMode As DocumentImageOverTextMode 
@property (nonatomic, assign) LTDocumentImageOverTextMode imageOverTextMode 
public DocumentImageOverTextMode getImageOverTextMode() 
public void setImageOverTextMode(DocumentImageOverTextMode imageOverTextMode) 
public: 
property DocumentImageOverTextMode ImageOverTextMode { 
   DocumentImageOverTextMode get(); 
   void set (    DocumentImageOverTextMode ); 
} 

Property Value

A value that indicates how the document writer converts the overlay image (image over text). Default value is DocumentImageOverTextMode.Strict

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