Code: Select all
On Windows:
PrinterPageWidth() = 4760
PrinterPageHeight() = 6814
VectorOutputWidth() = 4771
VectorOutputHeight() = 6803
On OS-X:
PrinterPageWidth() = 2380
PrinterPageHeight() = 3368
VectorOutputWidth() = 2479
VectorOutputHeight() = 3508
Plus when using #PB_Unit_Millimeter I get this:
Code: Select all
On Windows:
VectorOutputWidth() = 202
VectorOutputHeight() = 288
On OS-X:
VectorOutputWidth() = 209.902
VectorOutputHeight() = 297.039
Is this correct?