Specifies the text filter based on its distance from the page bounds.
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
Value | Member | Description |
---|---|---|
0 | None | Do not filter the text based on its page location |
1 | LeftMost | Filter the text based on its distance from the left side of the page |
2 | RightMost | Filter the text based on its distance from the right side of the page |
3 | TopMost | Filter the text based on its distance from the top side of the page |
4 | BottomMost | Filter the text based on its distance from the bottom side of the page |
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