PDFium Component Docs

FormFill 속성

이 API 항목은 식별자, 시그니처, 코드 블록, PDF 용어를 원래 형태로 유지합니다.
컴포넌트: TPdf  ·  유닛: PDFium
Interface that lets your application supply forms-related callbacks (Beep, Invalidate, OutputDocFile, etc.).

구문

property FormFill;

설명

Interface that lets your application supply forms-related callbacks (Beep, Invalidate, OutputDocFile, etc.).

Assign a custom implementation to override the default no-op handlers.

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

비고

예제

if Pdf1.Active then
  Pdf1.FormFill;

참고 항목

FormHandle, FormType