PdfDocumentAddDocument(Int32, PdfDocument, Int32, Int32) Method
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AddDocument(
int startIndex,
PdfDocument document,
int from,
int count
)
Public Sub AddDocument (
startIndex As Integer,
document As PdfDocument,
from As Integer,
count As Integer
)
public:
void AddDocument(
int startIndex,
PdfDocument^ document,
int from,
int count
)
member AddDocument :
startIndex : int *
document : PdfDocument *
from : int *
count : int -> unit
Parameters
- startIndex Int32
- The page index where to insert the document
- document PdfDocument
- The document to add
- from Int32
- The index of the first page to copy from added document
- count Int32
- The number of pages to copy