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