| 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.TiffAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic abstract uint DataSize { get; }Public MustOverride ReadOnly Property DataSize As UInteger
Get
public:
virtual property unsigned int DataSize {
unsigned int get () abstract;
}abstract DataSize : uint32 with get
Property Value
Type:
UInt32
The additional data size in bytes.
RemarksThis is exact bytes count.
See Also