AddU3DAnnotationFromFile
Vector graphics, Image handling, Annotations and hotspot links, Page layout
Version history
This function was introduced in Quick PDF Library version 7.12.
Description
Adds an SVG file as an annotation to the current page. The SVG annotation will only be visible if the PDF is viewed with Adobe Acrobat 7 or higher.
Syntax
Delphi
function TDebenuPDFLibrary1811.AddU3DAnnotationFromFile(Left, Top, Width,
Height: Double; FileName: WideString; Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::AddU3DAnnotationFromFile(Left As Double,
Top As Double, Width As Double, Height As Double, FileName As String,
Options As Long) As Long
DLL
int DPLAddU3DAnnotationFromFile(int InstanceID, double Left, double Top,
double Width, double Height, wchar_t * FileName, int Options)
Parameters
Left | The horizontal co-ordinate of the left edge of the annotation rectangle |
Top | The vertical co-ordinate of the top edge of the annotation rectangle |
Width | The width of the annotation rectangle |
Height | The height of the annotation rectangle |
FileName | The path and name of the file containing the U3D model. |
Options |
0 = the 3D annotation is static 1 = the 3D annotation is interactive |