In This Topic
Loads the current document from a file. The persistence format (
C1.C1Preview.C1DocumentFormatEnum.C1d or
C1.C1Preview.C1DocumentFormatEnum.C1dx) is determined by the file extension. The format defaults to
C1.C1Preview.C1DocumentFormatEnum.C1d if the format cannot be determined from the extension.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As String _
)
public void Load(
string
)
Parameters
- fileName
- The source file name.
See Also