←Select platform

CopyForAccessibilityEnabled Property

Summary

Indicates whether text in the PDF document should be accessible for screen reader software.

Syntax

C#
VB
C++
public bool CopyForAccessibilityEnabled { get; set; } 
Public Property CopyForAccessibilityEnabled() As Boolean 
   Get 
   Set 
public:  
   property bool CopyForAccessibilityEnabled 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if text in the PDF document should be accessible for screen reader software; otherwise, false. Default value is true.

Example

For an example, refer to PDFFile.

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.Pdf Assembly