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
fileNamestringThe 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
streamStreamThe stream to create an XFA form from.
Returns
Remarks
You can set the XFA form using the Xfa property.