Click or drag to resize

Document Constructor

Overload List
Name Description
Public method Document
Initializes a new instance of the Document class.
Public method Document(Boolean)
Initializes a new instance of the Document class.
Public method Document(Stream)
Initializes a new instance of the Document class from the stream.
Public method Document(String)
Initializes a new instance of the Document class from Word document.
Protected method Document(Document)
Initializes a new instance of the Document class
Public method Document(Stream, FileFormat)
Initializes a new instance of the Document class from the stream.
Public method Document(Stream, Boolean)
Initializes a new instance of the Document class using the specified stream and engine settings.
Public method Document(Stream, String)
Initializes a new instance of the Document class from the Word document stream, which is protected with password.
Public method Document(String, FileFormat)
Initializes a new instance of the Document class.
Public method Document(String, Boolean)
Initializes a new instance of the Document class with the specified file name and engine usage flag.
Public method Document(String, String)
Initializes a new instance of the Document class from existing Word document, which is protected with password.
Public method Document(Stream, FileFormat, XHTMLValidationType)
Initializes a new instance of the Document class
Public method Document(Stream, FileFormat, Boolean)
Initializes a new instance of the Document class with the specified stream, file format, and engine usage.
Public method Document(Stream, FileFormat, String)
Initializes a new instance of the Document class from the stream of specified type protected with password.
Public method Document(Stream, String, Boolean)
Initializes a new instance of the Document class with the specified stream, password, and engine usage.
Public method Document(String, FileFormat, XHTMLValidationType)
Initializes a new instance of the Document class.
Public method Document(String, FileFormat, Boolean)
Initializes a new instance of the Document class with the specified file name, file format, and flag indicating whether to use the new engine.
Public method Document(String, FileFormat, String)
Initializes a new instance of the Document class from existing file of specified type protected with password.
Public method Document(String, String, Boolean)
Initializes a new instance of the Document class with the specified file name, password, and engine usage.
Public method Document(Stream, FileFormat, XHTMLValidationType, Boolean)
Initializes a new instance of the Document class with the specified stream, file format, XHTML validation type, and use new engine flag.
Public method Document(Stream, FileFormat, String, Boolean)
Initializes a new instance of the Document class with the specified stream, file format, password, and new engine option.
Public method Document(String, FileFormat, XHTMLValidationType, Boolean)
Initializes a new instance of the Document class with the specified file name, file format, XHTML validation type, and flag indicating whether to use the new engine.
Public method Document(String, FileFormat, String, Boolean)
Initializes a new instance of the Document class with the specified file name, file format, password, and whether to use the new engine.
Top
See Also