TdxPDFDocumentLoadInfo.FileStream Field
Contains a reference to the stream with the source PDF document.
Declaration
FileStream: TStream
Field Value
Type |
---|
TStream |
Remarks
This property contains a reference (in Delphi code) or pointer (in C++Builder code) to a memory stream that contains a copy of:
An intermediate stream object that the TdxPDFCustomViewer.LoadFromFile and TdxPDFDocument.LoadFromFile procedures create.
A source stream object that the TdxPDFCustomViewer.LoadFromStream and TdxPDFDocument.LoadFromStream procedures accept. Note that in this case, the FileName field contains an empty string.
See Also