Common Reference > Document Class > Append Method > (Document,Int32[]) Document.Append Method (Document,Int32[])
Append document pages after the end of current.
public void Append(
Document doc,
int[] pages
);
-
doc
- Document to take pages from.
-
pages
- Page numbers to append, in that order.
See also ...Document.Members | Document.Append Method
Send comments on this topic © Dyalog Ltd 2021
|