API Reference

Struct

PdfPagePoint

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

Immutable point in PDF default user-space coordinates measured from the page bottom-left.

Inheritance

  • ValueType
  • PdfPagePoint

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 PdfPagePoint(Double x, Double y) #

Creates a PDF page point.

Parameters

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

Properties

public Double X { get; } #

Horizontal coordinate in PDF default user-space units.

public Double Y { get; } #

Vertical coordinate in PDF default user-space units.