Accusoft.NotateXpressSdk Namespace > LayerCollection Class : FromMemoryStream Method |
'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 )