Method CreateXfaForm
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateXfaForm(string)
Creates an XFA form from the specified stream.
public XfaForm CreateXfaForm(string fileName)
Parameters
fileName
stringThe path to the file to create an XFA form from.
Returns
Remarks
You can set the XFA form using the Xfa property.
CreateXfaForm(Stream)
Creates an XFA form from the specified stream.
public XfaForm CreateXfaForm(Stream stream)
Parameters
stream
StreamThe stream to create an XFA form from.
Returns
Remarks
You can set the XFA form using the Xfa property.