RemoveAppearanceStream
Description
Removes the appearance stream of the specified form field.
Syntax
Delphi
function TQuickPDF0813.RemoveAppearanceStream(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::RemoveAppearanceStream(Index As Long) As Long
DLL
int QuickPDFRemoveAppearanceStream(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 |
| 1 | The appearance stream of the form field was removed successfully |