IDocManager.Open Method
Function Open( _
ByVal file_name As String, _
ByVal file As String, _
ByVal read_only As Boolean, _
ByVal index_only As Boolean _
) As OperationResponse
This language is not supported or no code example is available.
OperationResponse Open(
string file_name,
string file,
bool read_only,
bool index_only
)
This language is not supported or no code example is available.
OperationResponse^ Open(
String^ file_name,
String^ file,
bool read_only,
bool index_only
)
This language is not supported or no code example is available.
Parameters
- file_name
- string
- file
- string
- read_only
- bool
- index_only
- bool