API Reference

Struct

PdfPixelRegion

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base ValueType
Modifiers sealed

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 requiredposition: 0
y System.Int32 requiredposition: 1
width System.Int32 requiredposition: 2
height System.Int32 requiredposition: 3

Properties

public Int32 Width { get; } #

Region width.

public Int32 Height { get; } #

Region height.