THotPDF.ImposeLoadedPagesNUp Method

Provides impose loaded pages nup behaviour for the document creation workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

function ImposeLoadedPagesNUp(const PageRange: string; Cols, Rows: Integer; SheetWidth: Single= 612; SheetHeight: Single= 792; Gutter: Single= 0; PreserveAspect: boolean= True): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
PageRangeInput used by ImposeLoadedPagesNUp
ColsInput used by ImposeLoadedPagesNUp
RowsInput used by ImposeLoadedPagesNUp
SheetWidthInput used by ImposeLoadedPagesNUp
SheetHeightInput used by ImposeLoadedPagesNUp
GutterInput used by ImposeLoadedPagesNUp
PreserveAspectInput used by ImposeLoadedPagesNUp

Return value

Returns an Integer value

Usage notes

Related APIs