Overload | Description |
---|---|
Open(Stream) | The Open method opens the project file that is provided in the parameter projectStream. Please note the following restrictions: |
Open(Stream,Stream) | The Open method opens the project file that is provided in the parameter projectStream. Please note the following restrictions: |
Open(Stream,Stream,LlDomSettings) | The Open method opens the project file that is provided in the parameter projectStream. Please note the following restrictions: |
Open(String,LlDomFileMode) | The Open method opens the project file in parameter projectFile. If you want to open an existing project file you have to obey that the project type (list, label or card) matches the class. The access mode in this overload is set to LlDomAccessMode.ReadWrite. The parameter ignoreErrors gets the value false. |
Open(String,LlDomFileMode,LlDomAccessMode) | The Open method opens the project file in parameter projectFile. If you want to open an existing project file you have to obey that the project type (list, label or card) matches the class. |
Open(String,LlDomFileMode,LlDomAccessMode,Boolean) | The Open method opens the project file in parameter projectFile. If you want to open an existing project file you have to obey that the project type (list, label or card) matches the class. |
Open(String,LlDomFileMode,LlDomAccessMode,LlDomSettings) | The Open method opens the project file in parameter projectFile. If you want to open an existing project file you have to obey that the project type (list, label or card) matches the class. |