'Declaration Public MustOverride Sub Import( _
ByVal interactiveFormThe interactive form.As PdfDocumentInteractiveForm, _
ByVal streamThe stream from which the form field values must be imported.As System.IO.Stream _
)
public abstract void Import(
PdfDocumentInteractiveForm interactiveForm,
System.IO.Stream stream
)
public: abstract void Import(
PdfDocumentInteractiveForm* interactiveForm,
System.IO.Stream* stream
)
public:
abstract void Import(
PdfDocumentInteractiveForm^ interactiveForm,
System.IO.Stream^ stream
)
Parameters
- interactiveForm
- The interactive form.
- stream
- The stream from which the form field values must be imported.