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 Long

DLL

int DLRemoveAppearanceStream(int InstanceID, int Index);

Parameters

IndexThe index of the form field to work with. The first form field has an index of 1.

Return values

0The form field could not be found
1The appearance stream of the form field was removed successfully