There is no printAllPages function, but you can use the following methodCan you modify my sample to show me how to print (in "good format") the tree in more than 1 pages, please?
Code: Select all
dbt_schema_rete.PrintProportional:=true;
for i:= 1 to dbt_schema_rete.Page.Count do
begin
dbt_schema_rete.Page.Page := i;
dbt_schema_rete.Print;
end;