Table of Contents

ITMSFNCCustomPDFFormFieldsLib.AddPasswordEdit Method

Adds a password edit field whose content is masked in the PDF viewer.

API unit family: TMSFNCPDFLib Declaring type: ITMSFNCCustomPDFFormFieldsLib

Syntax

function AddPasswordEdit(AFieldName: string; ARect: TRectF; AHorizontalAlign: TTMSFNCGraphicsTextAlign = gtaLeading; AReadOnly: Boolean = False; AHidden: Boolean = False): ITMSFNCCustomPDFFormFieldEdit;

Parameters

Name Description
AFieldName Unique name for the field in the PDF form.
ARect Bounding rectangle of the field in PDF coordinate units.
AHorizontalAlign Horizontal alignment of the field text.
AReadOnly When True, the field is read-only in the PDF viewer.
AHidden When True, the field is invisible in the PDF viewer.

Returns

Interface reference to the newly created password field.