←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) 
             
  
get_ExtractTextGraphics(); 
set_ExtractTextGraphics(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize