.NET Framework Class Library
IDocument.CopyFrom Method (IDocument, PageRange, String)
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Methods > CopyFrom Method > IDocument.CopyFrom Method (IDocument, PageRange, String) |
Copies specified pages from the document to specified document.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Sub CopyFrom ( _ |
document
Type: Gnostice.Core.DOM.IDocument
Document to which pages need to be copied.
pageRange
Type: Gnostice.Core.DOM.PageRange
Pages in the current document that need to be copied.
selectedPages (Optional)
Type: System.String
Specific pages that need to copied (valid when pageRange is set to [!:Gnostice.Documents.PageRange.Custom]).