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