| Value | Constant | Type | Description
|
1 | kCADPrintSizeUseScopeBounds | longint | Calculates the physical bounds of the object scope to print and then fits it on paper
(the default and useful for CAD drawings)
|
2 | kCADPrintSizeUseDrawSize | longint | Fits the drawing plane on paper (useful for graphical designs related to a paper size)
|
Used by
CADGetPrintSpecs and CADSetPrintSpecs.