TiffOptionsUtils Class
Summary: The tiff file format options utility class.
Module: aspose.psd.imageoptions
Full Name: aspose.psd.imageoptions.TiffOptionsUtils
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
TiffOptionsUtils() | Initializes a new instance of the TiffOptionsUtils class |
Methods
Name | Description |
---|---|
get_valid_tags_count(tags) | Gets the valid tags count. |
Constructor: TiffOptionsUtils()
TiffOptionsUtils()
Initializes a new instance of the TiffOptionsUtils class
Method: get_valid_tags_count(tags) [static]
get_valid_tags_count(tags)
Gets the valid tags count.
Parameters:
Parameter | Type | Description |
---|---|---|
tags | TiffDataType[] | The tags to validate. |
Returns
Type | Description |
---|---|
int | The valid tags count. |