RemoveAppearanceStream

表单字段

描述

移除指定表单字段的外观流

语法

Delphi

Function TPDFlib.RemoveAppearanceStream(Index: Integer): Integer;

ActiveX

Function PDFlib::RemoveAppearanceStream(Index As Long) As Long

DLL

int DLRemoveAppearanceStream(int InstanceID, int Index);

参数

Index要操作的表单字段索引。第一个表单字段的索引为 1

返回值

0找不到表单字段
1表单字段的外观流已成功移除