Document Constructor (Stream, Boolean) |
Initialize new Document instance from the input stream.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Document(
Stream input,
bool isManagedStream
)
Public Sub New (
input As Stream,
isManagedStream As Boolean
)
public:
Document(
Stream^ input,
bool isManagedStream
)
new :
input : Stream *
isManagedStream : bool -> Document
Parameters
- input
- Type: System.IOStream
Stream with pdf document. - isManagedStream
- Type: SystemBoolean
if set to true inner stream is closed before exit; otherwise, is not.
See Also