DocumentFactory Methods

The DocumentFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateDocument
Create empty document.
Public methodCreateDocument(Stream)
Load document from a stream.
Public methodCreateDocument(String)
Load document from a file.
Public methodCreateDocument(Stream, LoadOptions)
Create document.
Public methodCreateDocument(Stream, String)
Load password protected document from a stream.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also