TiffDataTypeDataSize Property
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).

Namespace: Aspose.PSD.FileFormats.Tiff
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public abstract uint DataSize { get; }

Property Value

Type: UInt32
The additional data size in bytes.
Remarks
This is exact bytes count.
See Also