PDFium Component Docs

FormType 속성

이 API 항목은 식별자, 시그니처, 코드 블록, PDF 용어를 원래 형태로 유지합니다.
컴포넌트: TPdf  ·  유닛: PDFium
document에 AcroForm field, XFA, 또는 form이 전혀 없는지 알려줍니다

구문

property FormType;

설명

document에 AcroForm field, XFA, 또는 form이 전혀 없는지 알려줍니다

Read-only; useful to decide whether to enable form-editing UI.

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.FormType;

참고 항목

XFA, FormHandle, FormFill