Skip to main content
A newer version of this page is available. .

TdxPDFForm.LoadDataFromStream(TStream) Method

Loads interactive field values from a specified stream.

Declaration

procedure LoadDataFromStream(AStream: TStream);

Parameters

Name Type Description
AStream TStream

A source stream with interactive field values.

Remarks

This procedure automatically detects the data format of the specified stream.

Note

A LoadDataFromStream procedure call raises the PDF document container’s OnChanged event if one or more field values change. The procedure ignores all source file fields that do not correspond to existing fields in the document.

See Also