Accusoft.NotateXpress13.Net
FromFile Method




A string which represents the windows file path.
The LoadOptions values set.
Loads annotation data from the given file, based on the provided LoadOptions.
Syntax
'Declaration
 
Public Sub FromFile( _
   ByVal filename As String, _
   ByVal loadOptions As LoadOptions _
) 
'Usage
 
Dim instance As LayerCollection
Dim filename As String
Dim loadOptions As LoadOptions
 
instance.FromFile(filename, loadOptions)
public void FromFile( 
   string filename,
   LoadOptions loadOptions
)
public: void FromFile( 
   string* filename,
   LoadOptions* loadOptions
) 
public:
void FromFile( 
   String^ filename,
   LoadOptions^ loadOptions
) 

Parameters

filename
A string which represents the windows file path.
loadOptions
The LoadOptions values set.
Remarks
This method loads annotation data from the given file, based on the provided LoadOptions.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback