add_tag method

add_tag

Adds a new tag.

def add_tag(self, tag_to_add):
    ...
ParameterTypeDescription
tag_to_addaspose.cad.fileformats.tiff.TiffDataTypeThe tag to add.

See Also