LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)
LEAD Technologies, Inc

ImageOverText Property






Gets or sets a value that indicates whether to use a raster image overlay on top of the resulting PDF document. .NET support
Syntax
public bool ImageOverText {get; set;}
'Declaration
 
Public Property ImageOverText As Boolean
'Usage
 
Dim instance As PdfDocumentOptions
Dim value As Boolean
 
instance.ImageOverText = value
 
value = instance.ImageOverText
public bool ImageOverText {get; set;}
 get_ImageOverText();
set_ImageOverText(value);
public:
property bool ImageOverText {
   bool get();
   void set (    bool value);
}

Property Value

true to use a raster image overlay on top of the resulting PDF document; false, otherwise.
Remarks

This is used when creating a searchable PDF document that is required to be the same as the original. When true, an image of the original file will be saved over the entire PDF document as an overlay. When using the resulting document in a PDF viewer, you can still search the text underneath the overlay image and still maintain the look of the original document.

The DocumentWriter.AddPage method and the DocumentPage structure provide more information on how to create a PDF file that uses overlay images.

Example
For an example, refer to PdfDocumentOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PdfDocumentOptions Class
PdfDocumentOptions Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features