PdfPagesCollectionAddPage(PdfPage) Method

Adds an existing page to the end of the collection. When the page is from another document that document must remain open until this document is saved

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public int AddPage(
	PdfPage page
)

Parameters

page  PdfPage
The page to add

Return Value

Int32
The index at which the PDF page was added

See Also