TdxPDFFileAttachment.LoadFromStream(TStream) Method
Loads a file from a stream as the file attachment’s content.
Declaration
procedure LoadFromStream(AStream: TStream);
Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A stream object with the source file. |
See Also