THotPDF.IsFormFieldNoExport Method

判断已加载 PDF 文档中指定表单字段是否设置了禁止导出标志

الإعلان

function IsFormFieldNoExport(FieldIndex: Integer): boolean;

وحدة

HPDFDoc

参数

名称用途
FieldIndexفهرس حقل النموذج بدءًا من الصفر

返回值

若字段的 Ff(Field Flags)中 NoExport 位(位 3)被置位则返回 True,否则返回 False

使用注意事项

相关 API