Skip to main content

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