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
)
Public Shared Function GetValidTagsCount (
tags As TiffDataType()
) As Integer
public:
static int GetValidTagsCount(
array<TiffDataType^>^ tags
)
static member GetValidTagsCount :
tags : TiffDataType[] -> int
Parameters
- tags
- Type: Aspose.CAD.FileFormats.TiffTiffDataType
The tags to validate.
Return Value
Type:
Int32The valid tags count.
See Also