API Reference
Class
PdfOcrPageRegion
One OCR rectangle in normalized top-left visual page coordinates, after the PDF crop and page rotation.
Inheritance
- Object
- PdfOcrPageRegion
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfOcrMergeOptions.Regions
Constructors
public PdfOcrPageRegion(Int32 pageNumber, Double x, Double y, Double width, Double height) #Creates a nonempty rectangle inside one one-based page.
Parameters
- pageNumber System.Int32
- x System.Double
- y System.Double
- width System.Double
- height System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PageNumber { get; } #One-based source page.
public Double X { get; } #Left edge, normalized to visual page width.
public Double Y { get; } #Top edge, normalized to visual page height.
public Double Width { get; } #Width, normalized to visual page width.
public Double Height { get; } #Height, normalized to visual page height.