Takes the values from the FDF document and import them into this
PdfDocument.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void ImportFdf(
Stream stream
)
VB
Public Sub ImportFdf (
stream As Stream
)
Parameters
- stream
- Type: System.IO.Stream
The stream to read FDF data from.
See Also