抽象page为tspage对象,增加索引

This commit is contained in:
csh
2024-07-11 14:14:54 +08:00
parent d3f9431b26
commit cfc2d74ab8
10 changed files with 71 additions and 71 deletions
+5
View File
@@ -0,0 +1,5 @@
type TSPage = class
public
PdfPage;
Index;
end;