Table of Contents

Enum PdfFormType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the type of form contained within a PDF document.

public enum PdfFormType

Fields

AcroForm = 1
None = 0
XfaForeground = 3
XfaFull = 2

Remarks

This enumeration is used to identify the form type in a PDF file, which can influence how the form is processed or rendered.