←Select platform

ExtractText Property

Summary

Enables or disables text copying.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ExtractText { get; set; } 
Public Property ExtractText As Boolean 
public bool ExtractText {get; set;} 
@property (nonatomic, assign) BOOL extractText 
public boolean getExtractText() 
public void setExtractText(boolean value) 
             
 <br/>get_ExtractText();<br/>set_ExtractText(value);<br/>Object.defineProperty('ExtractText');  
public: 
property bool ExtractText { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to give the user of the PDF document permission to extract text from the document.

Example

For an example, refer to CodecsPdfOptions.

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.Codecs Assembly