libCZI
Reading and Writing CZI documents made easy
|
Options for the CziReaderWriter. More...
#include <libCZI_ReadWrite.h>
Public Member Functions | |
virtual bool | GetForceFileGuid () const =0 |
virtual const GUID & | GetFileGuid () const =0 |
Options for the CziReaderWriter.
|
pure virtual |
Gets file's unique identifier. If we report GUID_NULL, then the file-writer will create a GUID on its own. Note that this GUID is only retrieved and used if the existing file is empty or if GetForceFileGuid() gives true.
Implemented in libCZI::CCziReaderWriterInfo.
|
pure virtual |
Gets a value indicating that the GUID in the existing file-handler should be replaced with the GUID reported by 'GetFileGuid()'.
Implemented in libCZI::CCziReaderWriterInfo.