TdxPDFFileAttachment.SaveToStream(TStream) Method
In This Article
Saves the file attachment to a stream.
#Declaration
Delphi
procedure SaveToStream(AStream: TStream);
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A stream object. |
See Also