←Select platform

PreApplyViewPerspective Property

Summary

Applies page transformation before extracting the text using the OCR or SVG engine

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

Property Value

true to apply page transformation before extracting the text using the OCR or SVG engine; otherwise, false. The default value is true.

Remarks

The behavior of DocumentPage.GetText depends on the value of PreApplyViewPerspective. When the value is true (the default value), the page will apply the transformation before extracting the text using the OCR or SVG engine. Otherwise, the text will be extracted without this transformation, allowing user applications to treat the transformation as a view-only operation.

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

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