PdfDocumentAddDocument(PdfDocument, Int32, Int32) Method
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AddDocument(
PdfDocument document,
int from,
int count
)
Public Sub AddDocument (
document As PdfDocument,
from As Integer,
count As Integer
)
public:
void AddDocument(
PdfDocument^ document,
int from,
int count
)
member AddDocument :
document : PdfDocument *
from : int *
count : int -> unit
Parameters
- 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