RemoveAppearanceStream
Form fields
Description
Removes the appearance stream of the specified form field.
Syntax
Delphi
function TPDFlib.RemoveAppearanceStream(Index: Integer): Integer;ActiveX
Function PDFlib::RemoveAppearanceStream(Index As Long) As LongDLL
int DLRemoveAppearanceStream(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 |