UpdateAppearanceStream
Description
Generates an appearance stream for the form field. Appearance streams can be generated for text, pushbutton and choice form fields.
Syntax
Delphi
function TQuickPDF0815.UpdateAppearanceStream(Index: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::UpdateAppearanceStream(Index As Long) As Long
DLL
int QuickPDFUpdateAppearanceStream(int InstanceID, int Index)
Parameters
| Index | The index of the form field to work with. The first form field has an index of 1. |
Return values
| 0 | The form field could not be found or an appearance stream could not be created for the specified field |
| 1 | The appearance stream for the specified form field was created successfully |