 | BaseSequenceManagerSaveBigTiffSequence Method |
Saves the sequence into a BigTiff (.btf) format.
Namespace:
LynceeTec.API.Sequence
Assembly:
LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntaxpublic Task SaveBigTiffSequence(
Dictionary<SavingType, string> filesPaths,
bool saveValidOnly = false,
IProgress<float> progress = null,
int startIndex = 0,
int endIndex = 2147483647
)
public:
Task^ SaveBigTiffSequence(
Dictionary<SavingType, String^>^ filesPaths,
bool saveValidOnly = false,
IProgress<float>^ progress = nullptr,
int startIndex = 0,
int endIndex = 2147483647
)
Parameters
- filesPaths
- Type: System.Collections.GenericDictionarySavingType, String
Structure defining which images are exported and their corresonding file path. - saveValidOnly (Optional)
- Type: SystemBoolean
true if only valid holograms are saved; otherwise, false. - progress (Optional)
- Type: SystemIProgressSingle
IProgress object used to track the saving process. [0 - 100%] - startIndex (Optional)
- Type: SystemInt32
The starting hologram index between 0 and NumberOfHolograms excluded. - endIndex (Optional)
- Type: SystemInt32
The ending index between 0 and NumberOfHolograms excluded.
Return Value
Type:
TaskThe task saving the sequence.
Exceptions
Remarks
See Also