Function libCZI_ReaderGetMetadataSegment

Function libCZI_ReaderGetMetadataSegment#

Function Documentation#

LibCZIApiErrorCode libCZI_ReaderGetMetadataSegment(CziReaderObjectHandle reader_object, MetadataSegmentObjectHandle *metadata_segment_object)#

Create a metadata-segment object from the reader-object. The metadata-segment object can be used to retrieve the XML-metadata of the CZI-document.

Parameters:
  • reader_object – The reader object.

  • metadata_segment_object[out] If successful, a handle to the metadata-segment object is put here.

Returns:

An error-code indicating success or failure of the operation.