THotPDF.IsFormFieldRequired Method

يحدد ما إذا كان حقل النموذج المحدد في مستند PDF المُحمّل قد تم وضع علامة عليه كمطلوب

الإعلان

function IsFormFieldRequired(FieldIndex: Integer): boolean;

وحدة

HPDFDoc

参数

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

返回值

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

使用注意事项

相关 API