←Select platform

ExtractTextGraphics Property

Summary

Enables or disables graphics copying.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ExtractTextGraphics { get; set; } 
Public Property ExtractTextGraphics As Boolean 
public bool ExtractTextGraphics {get; set;} 
@property (nonatomic, assign) BOOL extractTextGraphics 
public boolean getExtractTextGraphics() 
public void setExtractTextGraphics(boolean value) 
             
 <br/>get_ExtractTextGraphics();<br/>set_ExtractTextGraphics(value);<br/>Object.defineProperty('ExtractTextGraphics');  
public: 
property bool ExtractTextGraphics { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly