LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ExtractTextGraphics Property

Show in webframe







Enables or disables graphics copying.
Syntax
public bool ExtractTextGraphics {get; set;}
'Declaration
 
Public Property ExtractTextGraphics As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.ExtractTextGraphics = value
 
value = instance.ExtractTextGraphics
public bool ExtractTextGraphics {get; set;}
@property (nonatomic, assign) BOOL extractTextGraphics;
public boolean getExtractTextGraphics()
public void setExtractTextGraphics(boolean value)
            
 
get_ExtractTextGraphics();
set_ExtractTextGraphics(value);
Object.defineProperty('ExtractTextGraphics');
public:
property bool ExtractTextGraphics {
   bool get();
   void set (    bool value);
}

Property Value

true to give the user of the PDF document permission to extract graphics 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.