Table of Contents

Property Xfa

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Xfa

Gets or sets the XFA form attached to the document.

public XfaForm? Xfa { get; set; }

Property Value

XfaForm

The XFA form attached to the document.

Exceptions

ArgumentNullException

The value is null in the setter.

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.