AlignedDataSize

TiffDataType.AlignedDataSize property

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

public uint AlignedDataSize { get; }

Property Value

The additional data size in bytes.

Remarks

This is the data bytes count aligned to word boundary.

See Also