Document. Link to Doc_Header.DocumentID or potentially a File Cabinet as well.
ObjectID
int
4
NULL allowed
Key to the FORMS_ANNOTATIONS table. Auto incremented from System.NextObjectID
AnnotationImage
varchar(250)
250
NULL allowed
If doodling is used as an annotation, it is saved as a .bmp file. This is the path + filename separated by a semi-colon. (ie 00000003\;000000080001.BMP)
AnnotationText
varchar(250)
250
NULL allowed
If text is added as an annotation, the text is added here. All the color/bold/font columns will apply to it.
X
int
4
NOT NULL
X Axis location of where annotation begins
Y
int
4
NOT NULL
Y Axis location of where annotation begins
Height
int
4
NOT NULL
height
Width
int
4
NOT NULL
width
Color
int
4
NULL allowed
0 = default color, otherwise its the decimal number of color code. Green would be 65280