Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : ImageOverText Property |
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;}
@property (nonatomic, assign) BOOL imageOverText
public boolean getImageOverText() public void setImageOverText(boolean imageOverText)
<br/>get_ImageOverText();<br/>set_ImageOverText(value);<br/>Object.defineProperty('ImageOverText');
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.
Use the ImageOverTextSize property to control the quality of the overlay image.
Use the ImageOverTextMode property to control if and how grayscale images are treated in the final document.