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