API Reference
Class
PdfImpositionPlacement
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
- Property PdfImpositionResult.Placements
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.