The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniGraffle General (http://forums.omnigroup.com/forumdisplay.php?f=10)
-   -   Page size confusion (http://forums.omnigroup.com/showthread.php?t=23136)

pnind9 2012-01-05 12:29 PM

Page size confusion
 
Hello. I was wondering why, when I set the page size to 8 x 10, the canvas is about 7.5 x 9.1. This is true of all of the options- the canvas is always smaller than the size it's supposed to be, even when I choose full bleed, or make custom printing sizes.

Thanks!

RobTrew 2012-01-06 12:55 PM

Margins ?

At script level, page and canvas are reported (at least on my system) to be the same size ...

[CODE]tell application id "OGfl"
tell front canvas of front document
set {lstPage, lstCanvas} to {page size, canvasSize}
if lstPage = lstCanvas then
display alert "Page and canvas are same size"
else
display alert "Page and canvas are different sizes"

end if
end tell
end tell[/CODE]

RobTrew 2012-01-06 12:59 PM

1 Attachment(s)
Assuming, that is, that the Canvas size inspector specifies 'Size is multiple of printer sheets'.


All times are GMT -8. The time now is 05:42 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.