ImageEn, unit iexPdfiumCore |
|
TPdfObjectList.LoadFromStream
Declaration
function LoadFromStream(Stream: TStream; AddAtX: Integer = -1; AddAtY: Integer = -1): TPdfObject;
Description
Adds an object from a stream that has been saved using
SaveToStream.
You can optionally specify the position to insert the object by specifing AddAtX and AddAtY.