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 | 表单字段的外观流已成功移除 |