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