Document Constructor (Stream, String) |
Initializes new instance of
Document class.
Namespace: GroupDocs.ComparisonAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 21.3.0.0 (21.3)
Syntaxpublic Document(
Stream stream,
string password
)
Public Sub New (
stream As Stream,
password As String
)
public:
Document(
Stream^ stream,
String^ password
)
new :
stream : Stream *
password : string -> Document
Parameters
- stream
- Type: System.IOStream
Document stream - password
- Type: SystemString
Document password
See Also