write_tag method

write_tag

Writes the tag data.

def write_tag(self, data_stream, additional_data_offset):
    ...
ParameterTypeDescription
data_streamaspose.cad.fileformats.tiff.filemanagement.TiffStreamWriterThe data stream.
additional_data_offsetintThe offset to write additional data to.

Exceptions

ExceptionDescription
ImageSaveExceptionUnable to Write values for + this.TagType + Message : + exception.Message

See Also