API Reference
Struct
PdfPixelRegion
Pixel rectangle excluded from visual comparison.
Inheritance
- ValueType
- PdfPixelRegion
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
Constructors
public PdfPixelRegion(Int32 x, Int32 y, Int32 width, Int32 height) #Creates an ignored pixel rectangle.
Parameters
- x System.Int32
- y System.Int32
- width System.Int32
- height System.Int32
Inherited Methods
Properties
public Int32 Height { get; } #Region height.