'Declaration Public Function New( _
ByVal streamThe stream that contains document.As System.IO.Stream, _
ByVal disposeStreamA value indicating whether stream must be disposed after use.As Boolean _
)
public VmfDocumentEditorSource(
System.IO.Stream stream,
bool disposeStream
)
public: VmfDocumentEditorSource(
System.IO.Stream* stream,
bool disposeStream
)
public:
VmfDocumentEditorSource(
System.IO.Stream^ stream,
bool disposeStream
)
Parameters
- stream
- The stream that contains document.
- disposeStream
- A value indicating whether stream must be disposed after use.