TiffOptionsValidTagCount Property |
Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int ValidTagCount { get; }
Public ReadOnly Property ValidTagCount As Integer
Get
public:
property int ValidTagCount {
int get ();
}
member ValidTagCount : int with get
Property Value
Type:
Int32
The valid tag count.
See Also