THotPDF.InsertPagesFromDocument Method

Provides insert pages from document 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

procedure InsertPagesFromDocument(SourceDoc: THotPDF; const LogicalPageIndices: array of Integer; InsertAfterPage: Integer);

Unit

HPDFDoc

Parameters

NamePurpose
SourceDocInput used by InsertPagesFromDocument
LogicalPageIndicesInput used by InsertPagesFromDocument
InsertAfterPageInput used by InsertPagesFromDocument

Return value

This member does not return a value

Usage notes

Related APIs