Overload List

  NameDescription
Public methodDocument()()()()
Creates a new document.
Public methodDocument(IContainer)
Required for Windows.Forms Class Composition Designer support. You normally do not call this method directly.
Public methodDocument(BinaryReader)
Opens an existing document.
Public methodDocument(Stream)
Opens an existing document.
Public methodDocument(BinaryReader, String)
Opens an existing password-protected document.
Public methodDocument(Stream, String)
Opens an existing password-protected document.

See Also