AddU3DAnnotationFromFileA
גרפיקה וקטורית, טיפול בתמונות, הערות וקישורי hotspot, פריסת דף
תיאור
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to AddU3DAnnotationFromFile and string arguments are interpreted using the current SetAnsiMode code page
מוסיף קובץ SVG בתור הערה לעמוד הנוכחי; הערת ה-SVG תהיה גלויה רק אם ה-PDF נצפה עם Adobe Acrobat 7 ומעלה
תחביר
Delphi
Function DLAddU3DAnnotationFromFileA(InstanceID: Integer; Left, Top, Width, Height: Double; FileName: PAnsiChar; Options: Integer): Integer;
DLL
int DLAddU3DAnnotationFromFileA(int InstanceID, double Left, double Top, double Width, double Height, const char * FileName, int Options);
פרמטרים
| Left | הקואורדינטה האופקית של הקצה השמאלי של מלבן ההערה הקואורדינטה האנכית של הקצה העליון של מלבן ההערה |
|---|---|
| Top | |
| Width | הרוחב של מלבן ההערה |
| Height | הגובה של מלבן ההערה |
| FileName | הנתיב ושם הקובץ המכיל את מודל ה-U3D |
| Options | 0 = the 3D annotation is static 1 = the 3D annotation is interactive |