Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfImpositionPlacement

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Source page to output sheet placement for one imposed cell.

Inheritance

  • Object
  • PdfImpositionPlacement

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

Properties

public Int32 SourcePageNumber { get; } #

One-based source page.

public Int32 SheetPageNumber { get; } #

One-based output sheet.

public Int32 Row { get; } #

Zero-based row from the top.

public Int32 Column { get; } #

Zero-based column from the left.

public PdfPageRectangle Cell { get; } #

Target cell rectangle in output PDF points.