PDFKit.NET 2.0 Class Library (.NET 2.0)

FormData.Create Method (Stream)

Returns a specialized instance of one of the derived FormData classes or a null reference if the stream does not contain valid data.

public static FormData Create(
   Stream stream
);

Parameters

stream
A stream with data (in FDF, XFDF, XDP, XML or PDF format)

Return Value

Returns a specialized instance of one of the derived FormData classes or a null reference if the stream does not contain valid data.

Remarks

This function will never return a HttpPostFormData instance.

See Also

FormData Class | TallComponents.PDF.Forms.Data Namespace | FormData.Create Overload List