Accusoft.NotateXpress13.Net
FromByteArray Method




A byte array which contains the annotations to load.
The LoadOptions which contain the instructions on how to load the annotations from the byte array.
Loads annotations from the given byte array based on instructions passed by the load options.
Syntax
'Declaration
 
Public Function FromByteArray( _
   ByVal bytearray() As Byte, _
   ByVal loadOptions As LoadOptions _
) As Layer
'Usage
 
Dim instance As LayerCollection
Dim bytearray() As Byte
Dim loadOptions As LoadOptions
Dim value As Layer
 
value = instance.FromByteArray(bytearray, loadOptions)
public Layer FromByteArray( 
   byte[] bytearray,
   LoadOptions loadOptions
)
public: Layer* FromByteArray( 
   byte[]* bytearray,
   LoadOptions* loadOptions
) 
public:
Layer^ FromByteArray( 
   array<byte>^ bytearray,
   LoadOptions^ loadOptions
) 

Parameters

bytearray
A byte array which contains the annotations to load.
loadOptions
The LoadOptions which contain the instructions on how to load the annotations from the byte array.

Return Value

The Layer that evaluates to the loaded image.
Remarks
This method loads an image from the given byte array, based on the provided LoadOptions and returns the Layer that matches the loaded image.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback