Document Constructor (Stream, String) |
Initializes new instance of
Document class.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax public 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
The document stream. - password
- Type: SystemString
The document password.
See Also