Accusoft.NotateXpress13.Net
FromMemoryStream Method




A System.IO.MemoryStream to get the image from.
The LoadOptions values set.
Loads annotation data from the given stream, based on the provided LoadOptions.
Syntax
'Declaration
 
Public Function FromMemoryStream( _
   ByVal stream As MemoryStream, _
   ByVal loadOptions As LoadOptions _
) As Layer
'Usage
 
Dim instance As LayerCollection
Dim stream As MemoryStream
Dim loadOptions As LoadOptions
Dim value As Layer
 
value = instance.FromMemoryStream(stream, loadOptions)
public Layer FromMemoryStream( 
   MemoryStream stream,
   LoadOptions loadOptions
)
public: Layer* FromMemoryStream( 
   MemoryStream* stream,
   LoadOptions* loadOptions
) 
public:
Layer^ FromMemoryStream( 
   MemoryStream^ stream,
   LoadOptions^ loadOptions
) 

Parameters

stream
A System.IO.MemoryStream to get the image from.
loadOptions
The LoadOptions values set.

Return Value

The Layer that evaluates to the loaded image.
Remarks
This method loads annotation data from the given System.IO.MemoryStream, based on the provided LoadOptions and returns the Layer that matches the loaded image.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback