Determines the size of a journal page in bytes.
property PageSize: Integer default 0;
The PageSize property determines the size of a journal page in bytes. A journal page size must be at least twice the size of a database page size. If a journal page size of less is specified, it will be rounded up to twice the database page size and a warning will be returned.
The journal page size need not be a power of 2.