SetFormFieldSignatureImage
Image handling, Form fields, Security and Signatures
Version history
This function was introduced in Quick PDF Library version 9.13.
Description
Sets the visual appearance of a signature form field to use the specified image.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetFormFieldSignatureImage(Index, ImageID,
Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetFormFieldSignatureImage(Index As Long,
ImageID As Long, Options As Long) As Long
DLL
int DPLSetFormFieldSignatureImage(int InstanceID, int Index, int ImageID,
int Options)
Parameters
| Index | The index of the signature form field to work with. The first form field has an index of 1. |
| ImageID | A valid image ID as returned by the SelectedImage or GetImageID functions. |
| Options | 0 = The image is stretched in both directions to fill the field size without any rotation |
Return values
| 0 | The form field was not a signature field, the the Index parameter was out of range or the ImageID parameter was invalid. |
| 1 | Success |
