.NET Framework Class Library
IDocument.CanCopyFrom Method
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Methods > IDocument.CanCopyFrom Method |
Returns whether current document can be converted to the format of the specified document.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Function CanCopyFrom ( _ |
C# |
bool CanCopyFrom( |
Visual C++ |
bool CanCopyFrom( |
document
Type: Gnostice.Core.DOM.IDocument
Document to which pages need to be copied.