git-svn-id: trunk@41591 -
This commit is contained in:
michael 2019-03-05 11:23:56 +00:00
parent 9ff072e9aa
commit ae5e97962f

View File

@ -2857,13 +2857,11 @@ begin
if Length(FStreamed)=0 then
begin
if Collection.Owner is TPDFDocument then
begin
Opts:=TPDFDocument(Collection.Owner).ImageStreamOptions;
end
Opts:=TPDFDocument(Collection.Owner).ImageStreamOptions
else
Opts:=[isoCompressed,isoTransparent];
CreateStreamedData(Opts);
end;
CreateStreamedData(Opts);
Result:=FStreamed;
end;