←Select platform

PageLocation Enumeration

Summary

Specifies the text filter based on its distance from the page bounds.

Syntax
C#
C++/CLI
Java
Python
public enum PageLocation 
public final class PageLocation 
    extends java.lang.Enum<PageLocation> 
public: 
   enum class PageLocation sealed 
class PageLocation(Enum): 
   None = 0 
   LeftMost = 1 
   RightMost = 2 
   TopMost = 3 
   BottomMost = 4 
Members
ValueMemberDescription
0NoneDo not filter the text based on its page location
1LeftMostFilter the text based on its distance from the left side of the page
2RightMostFilter the text based on its distance from the right side of the page
3TopMostFilter the text based on its distance from the top side of the page
4BottomMostFilter the text based on its distance from the bottom side of the page
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

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