Accusoft.NotateXpress13.Net
SaveToFile Method




A string value which represents the file to save to.
The SaveOptions set.
Saves the given annotations to the given file name.
Syntax
'Declaration
 
Public Sub SaveToFile( _
   ByVal filename As String, _
   ByVal saveOptions As SaveOptions _
) 
'Usage
 
Dim instance As LayerCollection
Dim filename As String
Dim saveOptions As SaveOptions
 
instance.SaveToFile(filename, saveOptions)
public void SaveToFile( 
   string filename,
   SaveOptions saveOptions
)
public: void SaveToFile( 
   string* filename,
   SaveOptions* saveOptions
) 
public:
void SaveToFile( 
   String^ filename,
   SaveOptions^ saveOptions
) 

Parameters

filename
A string value which represents the file to save to.
saveOptions
The SaveOptions set.
Remarks
This method saves the given annotations to the specified filename.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback