PdfConverter/utils/TSPage.tsf

7 lines
105 B
Plaintext

type TSPage = class
public
PdfPage: PdfPage;
Index: integer;
Number: integer; // 页码
end;