Accusoft.NotateXpress13.Net
SaveToByteArray Method




The SaveOptions values set.
Saves the given annotations to a byte array.
Syntax
'Declaration
 
Public Function SaveToByteArray( _
   ByVal saveOptions As SaveOptions _
) As Byte()
'Usage
 
Dim instance As LayerCollection
Dim saveOptions As SaveOptions
Dim value() As Byte
 
value = instance.SaveToByteArray(saveOptions)
public byte[] SaveToByteArray( 
   SaveOptions saveOptions
)
public: byte[]* SaveToByteArray( 
   SaveOptions* saveOptions
) 
public:
array<byte>^ SaveToByteArray( 
   SaveOptions^ saveOptions
) 

Parameters

saveOptions
The SaveOptions values set.

Return Value

The byte array with the given annotations.
Remarks
This method saves the given page of annotations into a byte array that is returned.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback