Table of Contents

Method ImportFdf

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

ImportFdf(string)

Takes the values from the FDF document and imports them into this PdfDocument.

public void ImportFdf(string fileName)

Parameters

fileName string

The path to FDF document.

ImportFdf(Stream)

Takes the values from the FDF document and import them into this PdfDocument.

public void ImportFdf(Stream stream)

Parameters

stream Stream

The stream to read FDF data from.

ImportFdf(byte[])

Takes the values from the FDF document and imports them into this PdfDocument.

public void ImportFdf(byte[] buffer)

Parameters

buffer byte[]

The buffer to read FDF data from.