THotPDF.IsFormFieldNoExport Method

Détermine si le drapeau 'Ne pas exporter' a été défini pour le champ de formulaire spécifié dans le document PDF chargé

Déclaration

function IsFormFieldNoExport(FieldIndex: Integer): boolean;

Unité

HPDFDoc

Paramètre

NomUtilisation
FieldIndexIndex basé sur zéro du champ de formulaire

Valeur de retour

Renvoie True si le bit NoExport (bit 3) dans Ff (Field Flags) du champ est défini, sinon renvoie False

Notes d'utilisation

API associées