Applies page transformation before extracting the text using the OCR or SVG engine
public bool PreApplyViewPerspective { get; set; }
public:
property bool PreApplyViewPerspective
{
bool get()
void set(bool value)
}
PreApplyViewPerspective # get and set (DocumentText)
true to apply page transformation before extracting the text using the OCR or SVG engine; otherwise, false. The default value is true.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document