AddSVGAnnotationFromFile

Vector graphics, Image handling, Annotations and hotspot links, Page layout

Description

Adds an SVG file as an annotation to the current page. This is only supported if the PDF is viewed using Adobe Acrobat 6 or Adobe Reader 6. Earlier and later versions will not show the SVG annotation.

Syntax

Delphi

function TPDFlib.AddSVGAnnotationFromFile(Left, Top, Width, Height: Double; Const FileName: WideString; Options: Integer): Integer;

ActiveX

Function PDFlib::AddSVGAnnotationFromFile(Left As Double, Top As Double, Width As Double, Height As Double, FileName As String, Options As Long) As Long

DLL

int DLAddSVGAnnotationFromFile(int InstanceID, double Left, double Top, double Width, double Height, wchar_t * FileName, int Options);

Parameters

LeftThe horizontal co-ordinate of the left edge of the annotation rectangle
TopThe vertical co-ordinate of the top edge of the annotation rectangle
WidthThe width of the annotation rectangle
HeightThe height of the annotation rectangle The path and name of the file containing the SVG image.
FileName
OptionsThis parameter is ignored and should be set to 0

Return values

0The SVG file could not be opened
1The SVG annotation was added successfully