API_ANNOTATION_GET

This function will retrieve all known information from the specified annotation.

API function name: api_annotation_get(annotationID)
Parameters: annotationID <int> [required]
Return Type:

AnnotationObject {

Type: annoType,

PosX: PosX,

PosY: PosY,

SizeX: SizeX,

SizeY: SizeY,

Color: "#000000",

Red: 0,

Green: 0,

Blue: 0,

NoteTextColor: 0,

LineWidth: 0,

LineType: 0,

OnPage: pageN,

Text: "",

LogFonts: {

lfCharSet: 0,

lfClipPrecision: 0,

lfEscapement: 0,

lfFaceName: "",

lfHeight: 0,

lfItalic: 0,

lfOrientation: 0,

lfOutPrecision: 0,

lfPitchAndFamily: 0,

lfQuality: 0,

lfStrikeOut: 0,

lfUnderline: 0,

lfWeight: 0,

lfWidth: 0

},

FontSize: 0,

FileName: "",

Bitmap: "",

StampMode: 0,

Onlayer: 0,

TextHorizontalAlign: 0,

TextVerticalAlign: 0,

Border: false,

Opaque: true,

RubberStampType: 0,

HyperlinkType: 0,

Hyperlink: "",

VoiceFile: "",

BackgroundColor: "#000000",

PageN: pageN,

AnnoID: annoID,

FreehPointList: "",

Rotation: 0

}

Programmer notes: None
Code Example:

None