API Reference

Struct

PdfRedactionPoint

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

One point in PDF default user-space coordinates.

Inheritance

  • ValueType
  • PdfRedactionPoint

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

Accepted by parameters

Constructors

public PdfRedactionPoint(Double x, Double y) #

Creates a finite PDF point.

Parameters

x System.Double requiredposition: 0
y System.Double requiredposition: 1

Properties

public Double X { get; } #

Horizontal coordinate in PDF points.

public Double Y { get; } #

Vertical coordinate in PDF points.