API Reference
Class
PdfPageRegion
A rectangular page region in PDF user space, measured from the page bottom-left.
Inheritance
- Object
- PdfPageRegion
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocumentImageEditor.Add
- Method PdfDocumentImageEditor.Find
- Method PdfDocumentTextEditor.Add
- Method PdfDocumentTextEditor.Inspect
- Method PdfDocumentTextEditor.Move
- Method PdfDocumentTextEditor.Replace
Constructors
public PdfPageRegion(Int32 pageNumber, Double x, Double y, Double width, Double height) #Creates a page region.
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 page number.
public Double X { get; } #Left coordinate in PDF points.
public Double Y { get; } #Bottom coordinate in PDF points.
public Double Width { get; } #Width in PDF points.
public Double Height { get; } #Height in PDF points.
public Double Right { get; } #Right coordinate in PDF points.
public Double Top { get; } #Top coordinate in PDF points.