TIEPDFBuilder.SaveToStream
Declaration
procedure SaveToStream(fs: TStream;
const PDF_Title: String = '';
const PDF_Author: String = '';
const PDF_Subject: String = '';
const PDF_Keywords: String = '';
const PDF_Creator: String = '';
const PDF_Producer: String = '';
CreationDateTime: TDateTime = 0);
Description
Save the current PDF document to a stream.
Parameter | Description |
fs | The stream to output to |
PDF_Title | The title of the document |
PDF_Author | The author of the document |
PDF_Subject | The subject of the document |
PDF_Keywords | Keywords for the document |
PDF_Creator | The creator of the document |
PDF_Producer | The producer of the document |
CreationDateTime | The date the file was created. Pass 0 to use the current date |
pdf.SaveToStream( MyStream );
See Also
◼SaveToFile