AttachAnnotToForm

Form fields, Annotations and hotspot links

Descrição

Esta função anexa uma anotação ao formulário do documento

Use a função IsAnnotFormField para verificar se a anotação especificada pode ser anexada ao formulário do documento e se ela está anexada no momento

Sintaxe

Delphi

Function TPDFlib.AttachAnnotToForm(Index: Integer): Integer;

ActiveX

Function PDFlib::AttachAnnotToForm(Index As Long) As Long

DLL

int DLAttachAnnotToForm(int InstanceID, int Index);

Parâmetros

IndexThe index of the annotation. The first annotation on the page has an index of 1.

Return values

0The specified annotation could not be attached to the document form.
1The specified annotation was attached successfully to the document form.