API Reference

Struct

PdfSelectionPoint

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

A point in visual page coordinates whose origin is the rendered page's top-left corner.

Inheritance

  • ValueType
  • PdfSelectionPoint

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public PdfSelectionPoint(Double x, Double y) #

Creates a 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, increasing downward.