LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ExtractText Property

Show in webframe







Enables or disables text copying.
Syntax
public bool ExtractText {get; set;}
'Declaration
 
Public Property ExtractText As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.ExtractText = value
 
value = instance.ExtractText
public bool ExtractText {get; set;}
@property (nonatomic, assign) BOOL extractText;
public boolean getExtractText()
public void setExtractText(boolean value)
            
 
get_ExtractText();
set_ExtractText(value);
Object.defineProperty('ExtractText');
public:
property bool ExtractText {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.