Note

typedef struct tagNote

{

    BOOL            bOnHead;

    BOOL            bOpaque;

    HGLOBAL   hStr;

    RECT            rRect;

    HANDLE      hDIB;

    } NOTESTRUCT;

 

typedef NOTESTRUCT FAR * LPNOTESTRUCT;

Description

This structure contains information about note.

Members of the structure

BOOL

bOnHead

The note is stored in the TIFF header.

BOOL

bOpaque

The note is stored on the image.

HGLOBAL

hStr

ASCII text sored as note.

RECT

rRect

The note area on the image.

HANDLE

hDIB

The Device independent bitmap.

Requirements

Header :     Declared in BiDisp.h and BiTiff.h.