TiffOptionsAddTags Method

Adds the tags.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public void AddTags(
	TiffDataType[] tagsToAdd
)

Parameters

tagsToAdd
Type: Aspose.CAD.FileFormats.TiffTiffDataType
The tags to add.
See Also