Back to Devexpress

PdfFormData(Stream) Constructor

officefileapi-devexpress-dot-pdf-dot-pdfformdata-dot-ctor-x28-system-dot-io-dot-stream-x29.md

latest1.2 KB
Original Source

PdfFormData(Stream) Constructor

Initializes a new instance of the PdfFormData class with the predefined stream.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfFormData(
    Stream stream
)
vb
Public Sub New(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream class descendant containing a file with the interactive form data (Fdf, Txt, Xfdf or Xml format).

|

See Also

PdfFormData Class

PdfFormData Members

DevExpress.Pdf Namespace