←Select platform

ExtractTextGraphics Property

Summary
Enables or disables graphics copying.
Syntax
C#
VB
Objective-C
C++
Java
public bool ExtractTextGraphics { get; set; } 
Public Property ExtractTextGraphics As Boolean 
@property (nonatomic, assign) BOOL extractTextGraphics 
public boolean getExtractTextGraphics() 
public void setExtractTextGraphics(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.