Base |
public Task SaveBigTiffSequence( Dictionary<SavingType, string> filesPaths, bool saveValidOnly = false, IProgress<float> progress = null, int startIndex = 0, int endIndex = 2147483647 )
| Exception | Condition |
|---|---|
| InvalidOperationException | The current state does not allow the method to be called. |
| FileLoadException | Reference hologram could not be loaded. |
| EmptySequenceException | The current sequence is empty, or contains only invalid holograms. |
Sets CurrentState value first to Saving, then to Saved or previous state if an error occurs.
Can only be called when CurrentState is Loaded, Recorded or Saved.