Provides methods for COM clients to load a document into Aspose.Words.
For a list of all members of this type, see ComHelper Members.
System.Object
Aspose.Words.ComHelper
[Visual Basic]
Public Class ComHelper
[C#]public class ComHelper
Remarks
Use the ComHelper class to load a document from a file or stream into a Document object in a COM application.
The Document class provides a default constructor to create a new document and also provides overloaded constructors to load a document from a file or stream. If you are using Aspose.Words from a .NET application, you can use all of the Document constructors directly, but if you are using Aspose.Words from a COM ap