Struct AddAttachmentInfo#
Defined in File libCZI_Write.h
Struct Documentation#
-
struct AddAttachmentInfo#
This struct describes an attachment to be added to a CZI-file.
Public Functions
-
inline void SetContentFileType(const char *sz)#
Sets content file type. Note that the ‘content file type’ is a fixed-length string (of length 8), longer strings will be truncated.
- Parameters:
sz – The ‘content file type’-string.
-
inline void SetName(const char *sz)#
Sets ‘name’ of the attachment. Note that the ‘content file type’ is a fixed-length string (of length 80), longer strings will be truncated.
- Parameters:
sz – The ‘name’-string.
-
inline void Clear()#
Clears this structure to its blank/initial state.
-
inline void SetContentFileType(const char *sz)#