Offset in bytes where the Windows Metafile (WMF) image data
starts in the byte[] returned by
SummaryInformation.getThumbnail
There is only WMF data at this point in the
byte[] if the Clipboard Format Tag is
Thumbnail.CFTAG_WINDOWS and the Clipboard Format is
Thumbnail.CF_METAFILEPICT .
Note: The byte[] that starts at
OFFSET_WMFDATA and ends at
getThumbnail().length - 1 forms a complete WMF
image. It can be saved to disk with a .wmf file
type and read using a WMF-capable image viewer.
|