TiffOptionsGetValidTagsCount Method

Gets the valid tags count.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public static int GetValidTagsCount(
	TiffDataType[] tags
)

Parameters

tags
Type: Aspose.CAD.FileFormats.TiffTiffDataType
The tags to validate.

Return Value

Type: Int32
The valid tags count.
See Also