Click or drag to resize

FdfDocument Class

Represents a FDF (Forms Data Format) document. FDF is a file format for representing form data and annotations that are contained in a PDF form.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetFdfDocument

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FdfDocument : IDisposable

The FdfDocument type exposes the following members.

Properties
 NameDescription
Public propertyContent Gets FDF content as a string
Public propertyFields Gets an array of FdfFieldItem in this FDF document.
Public propertyHandle Gets the Pdfium SDK handle that the FDF document is bound to
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.

Field Value

true if the control has been disposed of; otherwise, false.
Public propertyPathToPdf Gets a path to the PDF file spicified inside FDF document
Public propertyRoot Gets the root catalog of the FDF document
Top
Methods
 NameDescription
Public methodStatic memberCreateNew Create empty FDF document.
Public methodDispose Releases all resources used by the PdfDocument.
Protected methodDispose(Boolean) Releases all resources used by the PdfImageObject.
Protected methodFinalize Finalize object
(Overrides ObjectFinalize)
Public methodStatic memberFromHandle Crreate an instance of FdfDocument class from handle.
Public methodStatic memberLoad(Byte) Loads a fDF document from a memory.
Public methodStatic memberLoad(String) Loads a FDF document from a file.
Public methodStatic memberLoad(Stream, Int32) Loads the FDF document from the specified stream.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also